Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
Modifier and Type | Field and Description |
---|---|
static Manager.State |
Manager.CORRUPTED
Indicator that the model may be corrupted.
|
static Manager.State |
Manager.EXITING
Indicator that the execution is in the wrapup phase and about
to exit.
|
static Manager.State |
Manager.IDLE
Indicator that there is no currently active execution.
|
static Manager.State |
Manager.INFERING_WIDTHS
Indicator that width inference is being done.
|
static Manager.State |
Manager.INITIALIZING
Indicator that the execution is in the initialize phase.
|
static Manager.State |
Manager.ITERATING
Indicator that the execution is in an iteration.
|
static Manager.State |
Manager.PAUSED
Indicator that the execution is paused.
|
static Manager.State |
Manager.PAUSED_ON_BREAKPOINT
Indicator that the execution is paused on a breakpoint.
|
static Manager.State |
Manager.PREINITIALIZING
Indicator that the execution is in the preinitialize phase.
|
static Manager.State |
Manager.RESOLVING_TYPES
Indicator that type resolution is being done.
|
static Manager.State |
Manager.THROWING_A_THROWABLE
Indicator that the execution is throwing a throwable.
|
static Manager.State |
Manager.WRAPPING_UP
Indicator that the execution is in the wrapup phase.
|
Modifier and Type | Method and Description |
---|---|
Manager.State |
Manager.getState()
Return the current state of execution of the manager.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Manager._setState(Manager.State newState)
Set the state of execution and notify listeners if the state
actually changes.
|