| Package | Description |
|---|---|
| weka.gui.knowledgeflow | |
| weka.knowledgeflow |
| Modifier and Type | Method and Description |
|---|---|
StepManagerImpl |
MainKFPerspective.getPalleteSelectedStep()
Return the currently selected step in the design palette
|
StepManagerImpl |
StepVisual.getStepManager()
Get the step manager for this visual
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisibleLayout.connectSteps(StepManagerImpl source,
StepManagerImpl target,
String connectionType)
Connect the supplied source step to the supplied target step using the
specified connection type
|
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.
|
void |
StepVisual.setStepManager(StepManagerImpl manager)
Set the step manager for this visual
|
void |
NoteVisual.setStepManager(StepManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
StepManagerImpl |
Flow.findStep(String stepName)
Find a Step by name
|
| Modifier and Type | Method and Description |
|---|---|
List<StepManagerImpl> |
Flow.findPotentialStartPoints()
Get a list of potential start points in this Flow.
|
List<StepManagerImpl> |
Flow.getSteps()
Get a list of the Steps in this Flow
|
Iterator<StepManagerImpl> |
Flow.iterator()
Get an Iterator over the Steps in this flow
|
| Modifier and Type | Method and Description |
|---|---|
void |
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 type
|
boolean |
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.
|
void |
Flow.addStep(StepManagerImpl manager)
Add the given Step to this flow
|
boolean |
Flow.connectSteps(StepManagerImpl source,
StepManagerImpl target,
String connectionType)
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 type
|
void |
StepManagerImpl.removeOutgoingConnection(String connectionName,
StepManagerImpl step)
Remove an outgoing connection from this step of the specified type
|
void |
Flow.removeStep(StepManagerImpl manager)
Remove the supplied Step from this flow
|
void |
Flow.renameStep(StepManagerImpl step,
String newName)
Rename the supplied step with the supplied name
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.addAll(List<StepManagerImpl> steps)
All all steps in the supplied list to this Flow
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.