Uses of Class
weka.knowledgeflow.StepManagerImpl
-
Uses of StepManagerImpl in weka.gui.knowledgeflow
Modifier and TypeMethodDescriptionMainKFPerspective.getPalleteSelectedStep()
Return the currently selected step in the design paletteStepVisual.getStepManager()
Get the step manager for this visualModifier and TypeMethodDescriptionvoid
VisibleLayout.connectSteps
(StepManagerImpl source, StepManagerImpl target, String connectionType) Connect the supplied source step to the supplied target step using the specified connection typestatic StepVisual
StepVisual.createVisual
(StepManagerImpl stepManager) Create a visual for the step managed by the supplied step manager.static StepVisual
StepVisual.createVisual
(StepManagerImpl stepManager, ImageIcon icon) Create a visual for the step managed by the supplied step manager using the supplied icon.void
NoteVisual.setStepManager
(StepManagerImpl manager) Set theStepManagerImpl
for the step covered by this visualvoid
StepVisual.setStepManager
(StepManagerImpl manager) Set the step manager for this visual -
Uses of StepManagerImpl in weka.knowledgeflow
Modifier and TypeMethodDescriptionFind a Step by nameModifier and TypeMethodDescriptionFlow.findPotentialStartPoints()
Get a list of potential start points in this Flow.Flow.getSteps()
Get a list of the Steps in this FlowFlow.iterator()
Get an Iterator over the Steps in this flowModifier and TypeMethodDescriptionvoid
StepManagerImpl.addIncomingConnection
(String connectionName, StepManagerImpl step) Add an incoming connection (comprising of the type of connection and associated step component) to this step of the specified typeboolean
StepManagerImpl.addOutgoingConnection
(String connectionName, StepManagerImpl step) Add an outgoing connection (comprising of the type of connection and associated target step) to this step of the specified type.boolean
StepManagerImpl.addOutgoingConnection
(String connectionName, StepManagerImpl step, boolean force) Add an outgoing connection (comprising of the type of connection and associated target step) to this step of the specified type.void
Flow.addStep
(StepManagerImpl manager) Add the given Step to this flowboolean
Flow.connectSteps
(StepManagerImpl source, StepManagerImpl target, String connectionType) Connect the supplied source and target steps using the given connectionType.boolean
Flow.connectSteps
(StepManagerImpl source, StepManagerImpl target, String connectionType, boolean force) Connect the supplied source and target steps using the given connectionType.void
StepManagerImpl.removeIncomingConnection
(String connectionName, StepManagerImpl step) Remove an incoming connection to this step of the specified typevoid
StepManagerImpl.removeOutgoingConnection
(String connectionName, StepManagerImpl step) Remove an outgoing connection from this step of the specified typevoid
Flow.removeStep
(StepManagerImpl manager) Remove the supplied Step from this flowvoid
Flow.renameStep
(StepManagerImpl step, String newName) Rename the supplied step with the supplied nameModifier and TypeMethodDescriptionvoid
Flow.addAll
(List<StepManagerImpl> steps) All all steps in the supplied list to this Flow