| Package | Description |
|---|---|
| weka.gui.knowledgeflow | |
| weka.knowledgeflow |
| Modifier and Type | Method and Description |
|---|---|
FlowExecutor |
VisibleLayout.getFlowExecutor()
Get the
FlowExecutor being used for execution of this flow |
| Modifier and Type | Method and Description |
|---|---|
void |
VisibleLayout.setFlowExecutor(FlowExecutor executor)
Set the
FlowExcecutor to use for executing the flow |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowRunner
A FlowExecutor that can launch start points in a flow in parallel or
sequentially.
|
class |
StepInjectorFlowRunner
A flow runner that runs a flow by injecting data into a target step
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Flow.initFlow(FlowExecutor executor)
Initialize the flow by setting the execution environment and calling the
init() method of each step
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.