Uses of Class
weka.knowledgeflow.StepManagerImpl
Packages that use StepManagerImpl
-
Uses of StepManagerImpl in weka.gui.knowledgeflow
Methods in weka.gui.knowledgeflow that return StepManagerImplModifier and TypeMethodDescriptionMainKFPerspective.getPalleteSelectedStep()Return the currently selected step in the design paletteStepVisual.getStepManager()Get the step manager for this visualMethods in weka.gui.knowledgeflow with parameters of type StepManagerImplModifier and TypeMethodDescriptionvoidVisibleLayout.connectSteps(StepManagerImpl source, StepManagerImpl target, String connectionType) Connect the supplied source step to the supplied target step using the specified connection typestatic StepVisualStepVisual.createVisual(StepManagerImpl stepManager) Create a visual for the step managed by the supplied step manager.static StepVisualStepVisual.createVisual(StepManagerImpl stepManager, ImageIcon icon) Create a visual for the step managed by the supplied step manager using the supplied icon.voidNoteVisual.setStepManager(StepManagerImpl manager) Set theStepManagerImplfor the step covered by this visualvoidStepVisual.setStepManager(StepManagerImpl manager) Set the step manager for this visual -
Uses of StepManagerImpl in weka.knowledgeflow
Methods in weka.knowledgeflow that return StepManagerImplModifier and TypeMethodDescriptionFind a Step by nameMethods in weka.knowledgeflow that return types with arguments of type StepManagerImplModifier 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 flowMethods in weka.knowledgeflow with parameters of type StepManagerImplModifier and TypeMethodDescriptionvoidStepManagerImpl.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 typebooleanStepManagerImpl.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.booleanStepManagerImpl.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.voidFlow.addStep(StepManagerImpl manager) Add the given Step to this flowbooleanFlow.connectSteps(StepManagerImpl source, StepManagerImpl target, String connectionType) Connect the supplied source and target steps using the given connectionType.booleanFlow.connectSteps(StepManagerImpl source, StepManagerImpl target, String connectionType, boolean force) Connect the supplied source and target steps using the given connectionType.voidStepManagerImpl.removeIncomingConnection(String connectionName, StepManagerImpl step) Remove an incoming connection to this step of the specified typevoidStepManagerImpl.removeOutgoingConnection(String connectionName, StepManagerImpl step) Remove an outgoing connection from this step of the specified typevoidFlow.removeStep(StepManagerImpl manager) Remove the supplied Step from this flowvoidFlow.renameStep(StepManagerImpl step, String newName) Rename the supplied step with the supplied nameMethod parameters in weka.knowledgeflow with type arguments of type StepManagerImplModifier and TypeMethodDescriptionvoidFlow.addAll(List<StepManagerImpl> steps) All all steps in the supplied list to this Flow