See: Description
| Class | Description |
|---|---|
| Merger<EIn extends Entity,EEx extends Entity> |
The Merger merges the in the Mergerconfig defined entities into the EEx entity.
|
| MergerConfig<E extends Entity> |
This class is used by the Merger construct for composing the ratio of entities needed for the merging process.
|
| ServiceStation<E extends Entity> |
The ServiceStation represents a standard operating station which can process entities.
|
| Sink<E extends Entity> |
The Sink represents the end of a production line and has no successor.
|
| Source<E extends Entity> |
The source creates new Entities and send them to the successor.
|
| Splitter<EIn extends Entity,EEx extends Entity> |
The Splitter takes a given Entity and splits it in the parts defined in the List of SplitterOutputs.
|
| SplitterOutput<EIn extends Entity,EEx extends Entity> |
The SplitterOutput is used in the Splitter context to compose a output config
fpr the splitter construct.
|
| SuccessorAdministration<E extends Entity> |
Helper class to setup successor behaviour.
|
| Transformer<EIn extends Entity,EEx extends Entity> |
The Tranformer takes a given entitiy and transforms it into a new Type of
entity.
|