Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.lib |
Polymorphic actor classes.
|
ptolemy.actor.lib.hoc |
Higher Order Component Classes.
|
ptolemy.actor.parameters |
The ptolemy.actor.parameters package.
|
ptolemy.component |
The ptolemy.component package.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.modal.modal |
The ptolemy.domains.modal.modal package.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
ptolemy.kernel |
Kernel classes that provide Entity, Port and Relations.
|
ptolemy.kernel.test |
The ptolemy.kernel.test package.
|
ptolemy.kernel.util |
Kernel utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantPublisherPort
This is a specialized output port that publishes constant data sent on
the specified named channel.
|
class |
IOPort
This class supports exchanging data between entities via message passing.
|
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.
|
class |
TypedIOPort
An IOPort with a type.
|
Modifier and Type | Class and Description |
---|---|
static class |
Assert.AssertPort
Class for ports created by the user for this actor.
|
Modifier and Type | Class and Description |
---|---|
static class |
IterateOverArray.IteratePort
This is a specialized port for IterateOverArray.
|
class |
MirrorPort
This port mirrors the properties of an associated port.
|
class |
MultiCompositePort
A port for multi-composite actors.
|
class |
RefinementPort
A port for controllers and refinements in modal models.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ReflectComposite._mirrorPort(ComponentPort insidePort)
Return true if the specified inside port should be mirrored.
|
protected boolean |
MirrorComposite._mirrorPort(ComponentPort insidePort)
Return true if the specified inside port should be mirrored.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterMirrorPort
This port mirrors properties of associated parameter ports.
|
class |
ParameterPort
A specialized port for use with PortParameter.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodCallPort
A port for use in the component domain.
|
Modifier and Type | Field and Description |
---|---|
ComponentPort |
State.incomingPort
The port linking incoming transitions.
|
ComponentPort |
State.outgoingPort
The port linking outgoing transitions.
|
Modifier and Type | Method and Description |
---|---|
ComponentPort |
State.getIncomingPort()
Return the incoming port.
|
ComponentPort |
State.getOutgoingPort()
Return the outgoing port.
|
Modifier and Type | Class and Description |
---|---|
class |
ModalBasePort
A base class that contains common functionality for ModelPort and
ModalRefinementPort.
|
class |
ModalPort
A port for modal models.
|
class |
ModalRefinementPort
A port for refinements in modal models that are themselves modal models.
|
class |
TransitionRefinementPort
A port for transition refinements in modal models.
|
Modifier and Type | Class and Description |
---|---|
class |
SDFIOPort
Deprecated.
It is preferable to declare the rate parameters directly
in the actors, instead of using this class. This allows the
dependence of rates to be understood by various SDF schedulers.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentEntity<T extends ComponentPort>
A ComponentEntity is a component in a CompositeEntity.
|
Modifier and Type | Method and Description |
---|---|
ComponentRelation |
CompositeEntity.connect(ComponentPort port1,
ComponentPort port2)
Create a new relation and use it to connect two ports.
|
ComponentRelation |
CompositeEntity.connect(ComponentPort port1,
ComponentPort port2,
java.lang.String relationName)
Create a new relation with the specified name and use it to
connect two ports.
|
boolean |
ComponentPort.isDeeplyConnected(ComponentPort port)
Return true the the given port is deeply connected with this port.
|
Modifier and Type | Class and Description |
---|---|
class |
TestComponentPort
This class is used to test protected method(s) in ComponentPort
|
Modifier and Type | Field and Description |
---|---|
ComponentPort |
ExampleSystem.p0 |
ComponentPort |
ExampleSystem.p1 |
ComponentPort |
ExampleSystem.p10 |
ComponentPort |
ExampleSystem.p11 |
ComponentPort |
ExampleSystem.p12 |
ComponentPort |
ExampleSystem.p13 |
ComponentPort |
ExampleSystem.p14 |
ComponentPort |
ExampleSystem.p2 |
ComponentPort |
ExampleSystem.p3 |
ComponentPort |
ExampleSystem.p4 |
ComponentPort |
ExampleSystem.p5 |
ComponentPort |
ExampleSystem.p6 |
ComponentPort |
ExampleSystem.p7 |
ComponentPort |
ExampleSystem.p8 |
ComponentPort |
ExampleSystem.p9 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ExampleSystem.printConnectedPorts(ComponentPort p)
Print the connected ports for a given ComponentPort.
|
java.lang.String |
ExampleSystem.printDeepConnectedPorts(ComponentPort p)
Print the deeply connected ports for a given
ComponentPort.
|
Modifier and Type | Method and Description |
---|---|
ComponentPort |
Flowable.getIncomingPort()
Return the incoming port.
|
ComponentPort |
Flowable.getOutgoingPort()
Return the outgoing port.
|