Package 

Enum Status

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Status
    
                        

    This enum represents the possible states in which a Simulation could be.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      INIT

      The simulation is being initialized.

      READY

      The simulation is ready to be started.

      PAUSED

      The simulation is paused. It can be resumed.

      RUNNING

      The simulation is currently running.

      TERMINATED

      The simulation is stopped. It is no longer possible to resume it.

    • Method Summary

      Modifier and Type Method Description
      boolean isReachableFrom(Status s)
      static Array<Status> values()
      static Status valueOf(String name)
      • Methods inherited from class java.lang.Object

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