@KFStep(name="Dummy", category="Misc", toolTipText="A step that is the equivalent of /dev/null", iconPath="weka/gui/knowledgeflow/icons/DiamondPlain.gif") public class Dummy extends BaseStep
| Constructor and Description |
|---|
Dummy() |
| 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 |
stepInit()
Initialize the step.
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, processIncoming, setName, setStepIsResourceIntensive, setStepManager, start, stoppublic void stepInit()
throws WekaException
WekaException - if a problem occurs during initializationpublic List<String> getIncomingConnectionTypes()
public List<String> getOutgoingConnectionTypes()
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.