@KFStep(name="GetDataFromResult", category="Flow", toolTipText="Output data stored in the job environment", iconPath="weka/gui/knowledgeflow/icons/GetDataFromResult.gif") public class GetDataFromResult extends BaseStep
| Constructor and Description |
|---|
GetDataFromResult() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIncomingConnectionTypes()
Get a list of incoming connection types that this step can accept.
|
List<String> |
getOutgoingConnectionTypes()
Get a list of outgoing connection types that this step can produce.
|
void |
processIncoming(Data data)
Process an incoming data payload (if the step accepts incoming connections)
|
void |
start()
Start processing.
|
void |
stepInit()
Initialize the step.
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, outputStructureForConnectionType, setName, setStepIsResourceIntensive, setStepManager, setStepMustRunSingleThreaded, stepMustRunSingleThreaded, stoppublic void stepInit()
throws WekaException
StepWekaException - if a problem occurs during initializationpublic void start()
throws WekaException
BaseStepstart in interface BaseStepExtenderstart in interface Stepstart in class BaseStepWekaException - if a problem occurspublic void processIncoming(Data data) throws WekaException
BaseStepprocessIncoming in interface BaseStepExtenderprocessIncoming in interface StepprocessIncoming in class BaseStepdata - the payload to processWekaException - if a problem occurspublic List<String> getIncomingConnectionTypes()
Steppublic List<String> getOutgoingConnectionTypes()
StepCopyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.