I - the type of the input portO - the type of the output portpublic abstract class AbstractTransformation<I,O> extends AbstractConsumerStage<I> implements ITransformation<I,O>
| Modifier and Type | Field and Description |
|---|---|
protected OutputPort<O> |
outputPort |
inputPortlogger| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTransformation() |
| Modifier and Type | Method and Description |
|---|---|
OutputPort<O> |
getOutputPort() |
createInputPort, execute, execute, getInputPortabort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompletedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInputPortprotected final OutputPort<O> outputPort
public final OutputPort<O> getOutputPort()
getOutputPort in interface ITransformation<I,O>Copyright © 2015–2020. All rights reserved.