Class NoMoreTimestampsStopConditionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.stop.NoMoreTimestampsStopConditionConfigurator<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 NoMoreTimestampsStopConditionConfigurator<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).
- 
Constructor SummaryConstructors Constructor Description NoMoreTimestampsStopConditionConfigurator()
- 
Method SummaryModifier and Type Method Description StopCondition<U,I,F>getStopCondition(Parameters scgr)Configures a stop condition from the given parameters.
- 
Constructor Details- 
NoMoreTimestampsStopConditionConfiguratorpublic NoMoreTimestampsStopConditionConfigurator()
 
- 
- 
Method Details- 
getStopConditionDescription copied from interface:StopConditionConfiguratorConfigures a stop condition from the given parameters.- Specified by:
- getStopConditionin interface- StopConditionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
- scgr- the set of parameters for configuring the stop condition.
- Returns:
- the configured stop condition.
 
 
-