| Modifier and Type | Interface and Description |
|---|---|
interface |
Closeable<T extends Closeable<T>>
Closeable type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputCollector
Interface for receiving messages on input ports.
|
interface |
IOCollector<T extends IOCollector<T>>
Input/output collector.
|
interface |
OutputCollector
Interface for sending messages on output ports.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connection<T extends Connection<T>>
Connection between two instances of two components.
|
interface |
InputConnection
Input connection represents the receiving side of a connection
between two instances of two components.
|
interface |
OutputConnection
Output connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputConnection
Default input connection implementation.
|
class |
DefaultOutputConnection
Default output connection implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputCollector
Default input collector implementation.
|
class |
DefaultOutputCollector
Default output collector implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputPort
Input port on which messages are received.
|
interface |
OutputPort
Output port to which messages are sent.
|
interface |
Port<T extends Port<T>>
Input/output port.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputPort
Default input port implementation.
|
class |
DefaultOutputPort
Default output port implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputStream
Output stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputStream
Default output stream implementation.
|
Copyright © 2013-2014. All Rights Reserved.