| 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 |
|---|---|
FlowExecutor |
BaseExecutionEnvironment.getDefaultFlowExecutor()
Gets a new instance of the default flow executor suitable for use with this
execution environment
|
FlowExecutor |
BaseExecutionEnvironment.getFlowExecutor()
Get the executor that will actually be responsible for running the flow.
|
| 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
|
void |
BaseExecutionEnvironment.setFlowExecutor(FlowExecutor executor)
Set the executor that will actually be responsible for running the flow.
|
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.