Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.graph |
Algorithms for manipulation and analyzing mathematical graphs.
|
ptolemy.kernel.util |
Kernel utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
NoRoomException
This exception is thrown when an attempt is made to put a token
into a receiver that does not have room to accommodate one.
|
class |
NoTokenException
This exception is thrown when an attempt is made to get a token
from a receiver that does not contain one.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeActor.needsWidthInference()
Return whether the current widths of the relation in the model
are no longer valid anymore and the widths need to be inferred again.
|
Modifier and Type | Class and Description |
---|---|
class |
NotSchedulableException
This is a special case of the InvalidStateException such that a
CompositeActor is not schedulable by a certain scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownResultException
Thrown on an attempt to evaluate an expression that can not be determined
because some variables are unknown.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphInvalidStateException
Exception for graph invalid state action errors.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalErrorException
This exception should be thrown if an unexpected error is encountered
other than one for which InvalidStateException would be appropriate.
|
class |
InvalidStateException
Some object or set of objects has a state that is not
permitted.
|