Class NoMoreTimestampsNorPropInfoStopConditionConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>

java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.stop.NoMoreTimestampsNorPropInfoStopConditionConfigurator<U,​I,​F>
Type Parameters:
U - type of the users.
I - type of the information pieces.
F - type of the user and information pieces features.
All Implemented Interfaces:
StopConditionConfigurator<U,​I,​F>

public class NoMoreTimestampsNorPropInfoStopConditionConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
extends java.lang.Object
implements StopConditionConfigurator<U,​I,​F>
Configures an stop condition that finishes the diffusion procedure as it reaches the timestamp of the last propagated information piece (according to the diffusion timestamps of a real procedure), and no more information is propagated.