Class PureTimestampBasedSelectionConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>

java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.selection.PureTimestampBasedSelectionConfigurator<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 PureTimestampBasedSelectionConfigurator<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 only propagates and repropagates information when the timestamp of the simulation corresponds to the real one.
See Also:
PureTimestampBasedSelectionMechanism
  • Constructor Summary

    Constructors 
    Constructor Description
    PureTimestampBasedSelectionConfigurator()  
  • 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