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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NOMORENEW

      public static final java.lang.String NOMORENEW
      Identifier for stopping simulation when no more new pieces are created.
      See Also:
      Constant Field Values
    • NOMOREPROP

      public static final java.lang.String NOMOREPROP
      Identifier for stopping simulation when no pieces are propagated.
      See Also:
      Constant Field Values
    • NUMITER

      public static final java.lang.String NUMITER
      Identifier for stopping simulation after a fixed number of iterations.
      See Also:
      Constant Field Values
    • TOTALPROP

      public static final java.lang.String TOTALPROP
      Identifier for stopping simulation after a total number of pieces has been propagated.
      See Also:
      Constant Field Values
    • NOMORETIME

      public static final java.lang.String NOMORETIME
      Identifier for stopping simulation when no more timestamps are available.
      See Also:
      Constant Field Values
    • MAXTIME

      public static final java.lang.String MAXTIME
      Identifier for stopping simulation when a maximum timestamp is reached.
      See Also:
      Constant Field Values
    • NOMORETIMENORINFO

      public static final java.lang.String NOMORETIMENORINFO
      Identifier for stopping simulation when no more timestamps are available or no information is propagated.
      See Also:
      Constant Field Values
  • Constructor Details

  • Method Details

    • printStopConditionList

      public static void printStopConditionList()
      Prints the list of available algorithms