Package ptolemy.actor

Class Manager.State

  • Enclosing class:
    Manager

    public static class Manager.State
    extends java.lang.Object
    Instances of this class represent phases of execution, or the state of the manager.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Get a description of the state.
      java.lang.String toString()
      Print out the current state.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Get a description of the state.
        Returns:
        A description of the state.
      • toString

        public java.lang.String toString()
        Print out the current state.
        Overrides:
        toString in class java.lang.Object