Package ptolemy.actor
Class Manager.State
- java.lang.Object
-
- ptolemy.actor.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.
-