Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
Modifier and Type | Field and Description |
---|---|
CommunicationAspect |
IntermediateReceiver.communicationAspect
communication aspect that receives tokens from this receiver.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CommunicationAspect> |
IOPort.getCommunicationAspects()
Return the list of communication aspects in this port.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationAspectListener.event(CommunicationAspect communicationAspect,
Actor source,
int messageId,
int messageCnt,
double time,
CommunicationAspectListener.EventType eventType)
The event that is sent by the communication aspect and processed
by the listener.
|
Constructor and Description |
---|
IntermediateReceiver(CommunicationAspect aspect,
Receiver receiver)
Construct an intermediate receiver with no container that wraps the
specified receiver using the specified communication aspect.
|
IntermediateReceiver(CommunicationAspect aspect,
Receiver receiver,
IOPort port)
Construct an intermediate receiver with no container that wraps the
specified receiver using the specified communication aspect.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationAspectMonitor.event(CommunicationAspect qm,
Actor source,
int messageId,
int messageCnt,
double time,
CommunicationAspectListener.EventType event)
The event is displayed.
|