| Package | Description |
|---|---|
| weka.gui.knowledgeflow | |
| weka.knowledgeflow |
| Modifier and Type | Class and Description |
|---|---|
class |
NoteVisual
Visual representation for the Note "step".
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
StepVisual |
StepTreeLeafDetails.instantiateStep()
Instantiate the step at this leaf and return it wrapped in a StepVisual
|
| Modifier and Type | Method and Description |
|---|---|
void |
MainKFPerspective.copyStepsToClipboard(List<StepVisual> steps)
Copy the supplied steps to the clipboard
|
static String |
VisibleLayout.serializeStepsToJSON(List<StepVisual> steps,
String name)
Utility method to serialize a list of steps (encapsulated in StepVisuals)
to a JSON flow.
|
| Modifier and Type | Method and Description |
|---|---|
StepVisual |
StepManagerImpl.getStepVisual()
Get the step visual in use (if running in a visual environment)
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepManagerImpl.setStepVisual(StepVisual visual)
Set the step visual to use when running in a graphical environment
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.