Class LooseTimestampBasedSelectionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.selection.LooseTimestampBasedSelectionConfigurator<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:
SelectionConfigurator<U,I,F>
public class LooseTimestampBasedSelectionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements SelectionConfigurator<U,I,F>
Configures a selection mechanism that propagates the information created by a user when the timestamp of the simulation
is equivalent to the real propagation timestamp. It does repropagate information from other users.
- See Also:
LooseTimestampBasedSelectionMechanism
-
Constructor Summary
Constructors Constructor Description LooseTimestampBasedSelectionConfigurator()
-
Method Summary
Modifier and Type Method Description SelectionMechanism<U,I,F>
configure(Parameters params)
Configures a selection mechanism for the information pieces to propagate.
-
Constructor Details
-
LooseTimestampBasedSelectionConfigurator
public LooseTimestampBasedSelectionConfigurator()
-
-
Method Details
-
configure
Description copied from interface:SelectionConfigurator
Configures a selection mechanism for the information pieces to propagate.- Specified by:
configure
in interfaceSelectionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
params
- the parameters of the selection mechanism.- Returns:
- the selection mechanism.
-