Class MaxTimestampStopConditionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.stop.MaxTimestampStopConditionConfigurator<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 MaxTimestampStopConditionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements StopConditionConfigurator<U,I,F>
Configures a stop condition that establishes a maximum timestamp value.
- See Also:
MaxTimestampStopCondition
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
MAX
Identifier for the value of the maximum timestamp to consider. -
Constructor Summary
Constructors Constructor Description MaxTimestampStopConditionConfigurator()
-
Method Summary
Modifier and Type Method Description StopCondition<U,I,F>
getStopCondition(Parameters scgr)
Configures a stop condition from the given parameters.
-
Field Details
-
MAX
private static final java.lang.String MAXIdentifier for the value of the maximum timestamp to consider.- See Also:
- Constant Field Values
-
-
Constructor Details
-
MaxTimestampStopConditionConfigurator
public MaxTimestampStopConditionConfigurator()
-
-
Method Details
-
getStopCondition
Description copied from interface:StopConditionConfigurator
Configures a stop condition from the given parameters.- Specified by:
getStopCondition
in interfaceStopConditionConfigurator<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.
-