Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.lib |
Polymorphic actor classes.
|
ptolemy.actor.parameters |
The ptolemy.actor.parameters package.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInitializableAttribute
An abstract base class for attributes that are preinitialized,
initialized, and wrapped up during execution of a model.
|
class |
ConstantPublisherPort
This is a specialized output port that publishes constant data sent on
the specified named channel.
|
class |
PublisherPort
This is a specialized output port that publishes data sent through it on
the specified named channel.
|
class |
PubSubPort
An abstract base class for publisher and subscriber ports.
|
class |
SubscriberPort
This is a specialized input port that subscribes to data sent
to it on the specified named channel.
|
class |
SubscriptionAggregatorPort
Aggregate data produced by multiple publishers.
|
Modifier and Type | Class and Description |
---|---|
class |
CatchExceptionAttribute
This attribute catches exceptions and attempts to handle them with the
specified policy.
|
class |
ExceptionManager
The ExceptionManager catches exceptions and attempts to handle them with the
specified policy.
|
class |
SynchronizeToRealTime
Attribute that regulates the passage of time to wait for real time to catch up.
|
class |
TestExceptionAttribute
This actor tests for exceptions that are expected to occur when
running a test model.
|
Modifier and Type | Class and Description |
---|---|
class |
FilePortParameter
This file parameter creates an associated port that can be used to update
the current value of the parameter.
|
class |
MirrorPortParameter
This is a PortParameter for MirrorComposites.
|
class |
PortParameter
This parameter creates an associated port that can be used to update
the current value of the parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInitializableParameter
An abstract base class for parameters that are preinitialized,
initialized, and wrapped up during execution of a model.
|
static class |
ConstraintMonitor.ConstraintMonitorAttributes
Class containing the decorator attributes that decorate objects.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedObj.addHierarchyListener(HierarchyListener listener)
Add a hierarchy listener.
|
void |
NamedObj.removeHierarchyListener(HierarchyListener listener)
Remove a hierarchy listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ShowTypes
This attribute, when inserted into a model causes types to be
displayed on all ports at the same level of the hierarchy as
this attribute.
|