Class NoMorePropagatedStopConditionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.stop.NoMorePropagatedStopConditionConfigurator<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 NoMorePropagatedStopConditionConfigurator<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 establishes that the diffusion ends when no more information is propagated.
-
Constructor Summary
Constructors Constructor Description NoMorePropagatedStopConditionConfigurator()
-
Method Summary
Modifier and Type Method Description StopCondition<U,I,F>
getStopCondition(Parameters scgr)
Configures a stop condition from the given parameters.
-
Constructor Details
-
NoMorePropagatedStopConditionConfigurator
public NoMorePropagatedStopConditionConfigurator()
-
-
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.
-