Uses of Interface
weka.knowledgeflow.FlowExecutor
Packages that use FlowExecutor
-
Uses of FlowExecutor in weka.gui.knowledgeflow
Methods in weka.gui.knowledgeflow that return FlowExecutorModifier and TypeMethodDescriptionVisibleLayout.getFlowExecutor()Get theFlowExecutorbeing used for execution of this flowMethods in weka.gui.knowledgeflow with parameters of type FlowExecutorModifier and TypeMethodDescriptionvoidVisibleLayout.setFlowExecutor(FlowExecutor executor) Set theFlowExcecutorto use for executing the flow -
Uses of FlowExecutor in weka.knowledgeflow
Classes in weka.knowledgeflow that implement FlowExecutorModifier and TypeClassDescriptionclassA FlowExecutor that can launch start points in a flow in parallel or sequentially.classA flow runner that runs a flow by injecting data into a target stepMethods in weka.knowledgeflow that return FlowExecutorModifier 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.Methods in weka.knowledgeflow with parameters of type FlowExecutorModifier and TypeMethodDescriptionbooleanFlow.initFlow(FlowExecutor executor) Initialize the flow by setting the execution environment and calling the init() method of each stepvoidBaseExecutionEnvironment.setFlowExecutor(FlowExecutor executor) Set the executor that will actually be responsible for running the flow.