Interface | Description |
---|---|
Sink |
Represents a data-source providing a
DataDescription describing the
data the source is able to process and a ConnectorSink to connect
with. |
Source |
Representing a data-source, providing a
DataDescription describing
the outgoing data and a ConnectorSource to connect with. |
Class | Description |
---|---|
AbstractProcessor |
Represents a data-processor.
|
AbstractSink |
Represents a data-sink.
|
AbstractSource |
Represents a data-source.
|
SystemComponent |
Abstract Class representing any component to be part of the xAffect system.
|
Exception | Description |
---|---|
InstantiationException |
Represents an error during the initialization of a
SystemComponent . |