Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.kernel.util |
Kernel utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CommunicationAspectAttributes
Attributes for ports decorated by a communication aspect.
|
class |
ExecutionAttributes
Container for decorator attributes that are provided to actors by
a ExecutionAspect.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConstraintMonitor.ConstraintMonitorAttributes
Class containing the decorator attributes that decorate objects.
|
Modifier and Type | Method and Description |
---|---|
DecoratorAttributes |
ConstraintMonitor.createDecoratorAttributes(NamedObj target)
Return the decorated attributes for the target NamedObj, or null
if the target is not decorated by this decorator.
|
Modifier and Type | Method and Description |
---|---|
DecoratorAttributes |
Decorator.createDecoratorAttributes(NamedObj target)
Create and return the decorated attributes for the target NamedObj.
|
DecoratorAttributes |
NamedObj.getDecoratorAttributes(Decorator decorator)
Return the decorated attributes of this NamedObj, as decorated by the
specified decorator.
|