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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait