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

java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.stop.NoMoreTimestampsStopConditionConfigurator<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 NoMoreTimestampsStopConditionConfigurator<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 finishes the diffusion procedure as it reaches the timestamp of the last propagated information piece (according to the diffusion timestamps of a real procedure).
  • Constructor Summary

    Constructors 
    Constructor Description
    NoMoreTimestampsStopConditionConfigurator()  
  • Method Summary

    Modifier and Type Method Description
    StopCondition<U,​I,​F> getStopCondition​(Parameters scgr)
    Configures a stop condition from the given parameters.

    Methods inherited from class java.lang.Object

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