Uses of Class
weka.gui.knowledgeflow.StepVisual
-
Uses of StepVisual in weka.gui.knowledgeflow
Modifier and TypeMethodDescriptionstatic 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.StepTreeLeafDetails.instantiateStep()
Instantiate the step at this leaf and return it wrapped in a StepVisualModifier and TypeMethodDescriptionvoid
MainKFPerspective.copyStepsToClipboard
(List<StepVisual> steps) Copy the supplied steps to the clipboardstatic String
VisibleLayout.serializeStepsToJSON
(List<StepVisual> steps, String name) Utility method to serialize a list of steps (encapsulated in StepVisuals) to a JSON flow. -
Uses of StepVisual in weka.knowledgeflow
Modifier and TypeMethodDescriptionStepManagerImpl.getStepVisual()
Get the step visual in use (if running in a visual environment)Modifier and TypeMethodDescriptionvoid
StepManagerImpl.setStepVisual
(StepVisual visual) Set the step visual to use when running in a graphical environment