See: Description
| Interface | Description |
|---|---|
| ProcessingChain |
Base interface and factory for processing chains
|
| ProcessingChainEntry |
Base interface and factory of processing chain entries
|
| ProcessingChainNode |
Node of processing chain is a processing chain entry and processing chain supplier.
|
| ProcessingChainSupplier |
Interface for classes that produce processing chains.
|
| Class | Description |
|---|---|
| ProcessingChainMultiSources |
Processing chain with multiple chains as source and one additional entry
immutable (Fields should not be changed.)
|
| ProcessingChainOneSource |
Processing chain with one chain as source and one additional entry
immutable
|
| ProcessingChainSource |
A processing chain with one entry as source
immutable
|
| ProcessingChainTitle |
Simple processing chain entry with a title.
|