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.String
MAXTIME
Identifier for stopping simulation when a maximum timestamp is reached.static java.lang.String
NOMORENEW
Identifier for stopping simulation when no more new pieces are created.static java.lang.String
NOMOREPROP
Identifier for stopping simulation when no pieces are propagated.static java.lang.String
NOMORETIME
Identifier for stopping simulation when no more timestamps are available.static java.lang.String
NOMORETIMENORINFO
Identifier for stopping simulation when no more timestamps are available or no information is propagated.static java.lang.String
NUMITER
Identifier for stopping simulation after a fixed number of iterations.static java.lang.String
TOTALPROP
Identifier 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 void
printStopConditionList()
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
-