Uses of Interface
weka.knowledgeflow.FlowExecutor
-
Uses of FlowExecutor in weka.gui.knowledgeflow
Modifier and TypeMethodDescriptionVisibleLayout.getFlowExecutor()
Get theFlowExecutor
being used for execution of this flowModifier and TypeMethodDescriptionvoid
VisibleLayout.setFlowExecutor
(FlowExecutor executor) Set theFlowExcecutor
to use for executing the flow -
Uses of FlowExecutor in weka.knowledgeflow
Modifier and TypeClassDescriptionclass
A FlowExecutor that can launch start points in a flow in parallel or sequentially.class
A flow runner that runs a flow by injecting data into a target stepModifier and TypeMethodDescriptionBaseExecutionEnvironment.getDefaultFlowExecutor()
Gets a new instance of the default flow executor suitable for use with this execution environmentBaseExecutionEnvironment.getFlowExecutor()
Get the executor that will actually be responsible for running the flow.Modifier and TypeMethodDescriptionboolean
Flow.initFlow
(FlowExecutor executor) Initialize the flow by setting the execution environment and calling the init() method of each stepvoid
BaseExecutionEnvironment.setFlowExecutor
(FlowExecutor executor) Set the executor that will actually be responsible for running the flow.