Package | Description |
---|---|
ptolemy.actor.lib |
Polymorphic actor classes.
|
Modifier and Type | Method and Description |
---|---|
ExceptionManager |
ExceptionManagerModel.getModelContainer()
Return the ExceptionManager that contains the model.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionManagerModel.setModelContainer(ExceptionManager exceptionManager)
Set the exception manager that contains this model.
|
Constructor and Description |
---|
ExceptionManagerModel(ExceptionManager exceptionManager,
Workspace workspace)
Create a new ExceptionManagerModel with the specified workspace and the
specified ExceptionManager.
|