@KFStep(name="Block", category="Flow", toolTipText="Block until a specific step has finished procesing", iconPath="weka/gui/knowledgeflow/icons/DiamondPlain.gif") public class Block extends BaseStep
| Constructor and Description |
|---|
Block() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomEditorForStep()
Get the fully qualified class name of the custom editor for this step
|
List<String> |
getIncomingConnectionTypes()
Get a list of incoming connection types that this step can accept at this
time
|
List<String> |
getOutgoingConnectionTypes()
Get a list of outgoing connection types that this step can produce at this
time
|
String |
getStepToWaitFor()
Get the step to wait for
|
void |
processIncoming(Data data)
Process incoming data
|
void |
setStepToWaitFor(String stepToWaitFor)
Set the step to wait for
|
void |
stepInit()
Initialize the step
|
environmentSubstitute, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, setName, setStepIsResourceIntensive, setStepManager, start, stop@OptionMetadata(displayName="Wait until this step has completed", description="This step will prevent data from passing downstream until the specified step has finished processing") public void setStepToWaitFor(String stepToWaitFor)
stepToWaitFor - the step to wait forpublic String getStepToWaitFor()
public void stepInit()
throws WekaException
WekaException - if a problem occurspublic void processIncoming(Data data) throws WekaException
processIncoming in interface BaseStepExtenderprocessIncoming in interface StepprocessIncoming in class BaseStepdata - the data to processWekaException - if a problem occurspublic List<String> getIncomingConnectionTypes()
public List<String> getOutgoingConnectionTypes()
public String getCustomEditorForStep()
getCustomEditorForStep in interface StepgetCustomEditorForStep in class BaseStepCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.