Class StopConditionIdentifiers
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.stop.StopConditionIdentifiers
public class StopConditionIdentifiers
extends java.lang.Object
Identifiers for the different stop conditions for the simulation of information propagation
which are available in the framework.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAXTIMEIdentifier for stopping simulation when a maximum timestamp is reached.static java.lang.StringNOMORENEWIdentifier for stopping simulation when no more new pieces are created.static java.lang.StringNOMOREPROPIdentifier for stopping simulation when no pieces are propagated.static java.lang.StringNOMORETIMEIdentifier for stopping simulation when no more timestamps are available.static java.lang.StringNOMORETIMENORINFOIdentifier for stopping simulation when no more timestamps are available or no information is propagated.static java.lang.StringNUMITERIdentifier for stopping simulation after a fixed number of iterations.static java.lang.StringTOTALPROPIdentifier for stopping simulation after a total number of pieces has been propagated. -
Constructor Summary
Constructors Constructor Description StopConditionIdentifiers() -
Method Summary
Modifier and Type Method Description static voidprintStopConditionList()Prints the list of available algorithms
-
Field Details
-
NOMORENEW
public static final java.lang.String NOMORENEWIdentifier for stopping simulation when no more new pieces are created.- See Also:
- Constant Field Values
-
NOMOREPROP
public static final java.lang.String NOMOREPROPIdentifier for stopping simulation when no pieces are propagated.- See Also:
- Constant Field Values
-
NUMITER
public static final java.lang.String NUMITERIdentifier for stopping simulation after a fixed number of iterations.- See Also:
- Constant Field Values
-
TOTALPROP
public static final java.lang.String TOTALPROPIdentifier for stopping simulation after a total number of pieces has been propagated.- See Also:
- Constant Field Values
-
NOMORETIME
public static final java.lang.String NOMORETIMEIdentifier for stopping simulation when no more timestamps are available.- See Also:
- Constant Field Values
-
MAXTIME
public static final java.lang.String MAXTIMEIdentifier for stopping simulation when a maximum timestamp is reached.- See Also:
- Constant Field Values
-
NOMORETIMENORINFO
public static final java.lang.String NOMORETIMENORINFOIdentifier for stopping simulation when no more timestamps are available or no information is propagated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
StopConditionIdentifiers
public StopConditionIdentifiers()
-
-
Method Details
-
printStopConditionList
public static void printStopConditionList()Prints the list of available algorithms
-