@KFStep(name="SendToPerspective", category="Flow", toolTipText="Send instances to a perspective (graphical environment only)", iconPath="weka/gui/knowledgeflow/icons/DiamondPlain.gif") public class SendToPerspective extends BaseStep
| Constructor and Description |
|---|
SendToPerspective() |
| 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.
|
String |
getPerspectiveName() |
void |
processIncoming(Data data)
Process an incoming data payload (if the step accepts incoming connections)
|
void |
setPerspectiveName(String name) |
void |
stepInit()
Initialize the step.
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, outputStructureForConnectionType, setName, setStepIsResourceIntensive, setStepManager, setStepMustRunSingleThreaded, start, stepMustRunSingleThreaded, stoppublic void setPerspectiveName(String name)
public String getPerspectiveName()
public void stepInit()
throws WekaException
StepWekaException - if a problem occurs during initializationpublic 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 © 2019 University of Waikato, Hamilton, NZ. All rights reserved.