R
- The type of the pipelines outputO
- the type of the combined outputpublic interface MultipleOutputCoordinator<R,O>
Modifier and Type | Method and Description |
---|---|
O |
buildCombinedOutput(java.util.List<R> results,
java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Combines the results of a MultiplePipelineWorkflow
|
O buildCombinedOutput(java.util.List<R> results, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
results
- the output of the pipelinesparameters
- the algorithm parametersWorkflowExecutionException
- If for some reason the output of the previous computation is not compliant,
an exception of this type will be returned.