I - Input type of the task farmO - Output Type of the task farmpublic interface ITaskFarmDuplicable<I,O> extends ITransformation<I,O>
AbstractStage or CompositeStage implementing this interface
can be used by a Task Farm as an enclosed stage. The enclosed stage may not have more than one input or output port each.| Modifier and Type | Method and Description |
|---|---|
ITaskFarmDuplicable<I,O> |
duplicate()
Creates a new instance of the enclosed stage.
|
InputPort<I> |
getInputPort() |
OutputPort<O> |
getOutputPort() |
ITaskFarmDuplicable<I,O> duplicate()
InputPort<I> getInputPort()
getInputPort in interface ITransformation<I,O>OutputPort<O> getOutputPort()
getOutputPort in interface ITransformation<I,O>Copyright © 2015–2020. All rights reserved.