ptolemy.actor
Class Manager.State

java.lang.Object
  extended by 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.


Field Summary
private  java.lang.String _description
           
 
Constructor Summary
private Manager.State(java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
          Get a description of the state.
private  void setDescription(java.lang.String description)
           
 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
 

Field Detail

_description

private java.lang.String _description
Constructor Detail

Manager.State

private Manager.State(java.lang.String description)
Method Detail

getDescription

public java.lang.String getDescription()
Get a description of the state.

Returns:
A description of the state.

setDescription

private void setDescription(java.lang.String description)

toString

public java.lang.String toString()
Print out the current state.

Overrides:
toString in class java.lang.Object