Interface | Description |
---|---|
MultipleOutputCoordinator<R,O> |
Combines the results of a MultiplePipelineWorkflow
|
OutputCoordinator<R> |
Coordinates the result of a computation for the transition to the next block of a pipeline
|
Class | Description |
---|---|
MultiplePipelineWorkflow<R,O> |
Implementation of an algorithm consisting of multiple pipeline running simultaneously
|
Pipeline<R> |
Implementation of a pipeline of algorithms whose outputs are mapped into the next input using a special adapter
object.
|