Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.kernel |
Kernel classes that provide Entity, Port and Relations.
|
ptolemy.kernel.util |
Kernel utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActorExecutionAspect
An interface for objects that can intervene in the execution of actors.
|
Constructor and Description |
---|
CommunicationAspectAttributes(NamedObj target,
Decorator decorator)
Constructor to use when editing a model.
|
ExecutionAttributes(NamedObj target,
Decorator decorator)
Constructor to use when editing a model.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintMonitor
A contract monitor that decorates each entity in a model with a
value parameter and monitors the sum of all such values.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Decorator> |
CompositeEntity._containedDecorators()
Return a list of decorators contained by this object.
|
Modifier and Type | Field and Description |
---|---|
protected Decorator |
DecoratorAttributes._decorator
The decorator.
|
Modifier and Type | Method and Description |
---|---|
Decorator |
DecoratorAttributes.getDecorator()
Return the decorator that is responsible for this DecoratorAttributes instance.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Decorator> |
NamedObj._containedDecorators()
Return a list of decorators contained by this object.
|
java.util.Set<Decorator> |
NamedObj.decorators()
Return the set of decorators that decorate this object.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
NamedObj.getDecoratorAttribute(Decorator decorator,
java.lang.String name)
Return the decorator attribute with the specified name for the
specified decorator, or null the specified decorator provides
no attribute with the specified name or the decorator does not
decorate this object.
|
DecoratorAttributes |
NamedObj.getDecoratorAttributes(Decorator decorator)
Return the decorated attributes of this NamedObj, as decorated by the
specified decorator.
|
Constructor and Description |
---|
DecoratorAttributes(NamedObj container,
Decorator decorator)
Construct a DecoratorAttributes instance to contain the
decorator parameter for the specified container provided
by the specified decorator.
|