| Interface | Description |
|---|---|
| InputPort |
Input port on which messages are received.
|
| InputPortContext |
Input port context represents a set of input connections for a single
port within a single instance of a component.
|
| OutputPort |
Output port to which messages are sent.
|
| OutputPortContext |
Output port context represents a set of output connections for a single
port within a single instance of a component.
|
| Port<T extends Port<T>> |
Input/output port.
|
| PortContext<T extends PortContext<T>> |
Base context for input and output port contexts.
|
Copyright © 2013-2014. All Rights Reserved.