Uses of Interface
weka.knowledgeflow.StepManager
-
Uses of StepManager in weka.knowledgeflow
Modifier and TypeClassDescriptionclass
Concrete implementation of the StepManager interface.Modifier and TypeMethodDescriptionStepManager.findStepInFlow
(String stepNameToFind) Finds a named step in the current flow.StepManagerImpl.findStepInFlow
(String stepNameToFind) Finds a named step in the current flow.StepManager.getIncomingConnectedStepWithName
(String stepName) Get the named step that is connected with an incoming connection.StepManagerImpl.getIncomingConnectedStepWithName
(String stepName) Get a named step connected to this step with an incoming connectionStepManager.getOutgoingConnectedStepWithName
(String stepName) Get a named step connected to this step with an outgoing connectionStepManagerImpl.getOutgoingConnectedStepWithName
(String stepName) Get a named step connected to this step with an outgoing connectionModifier and TypeMethodDescriptionStepManager.getIncomingConnectedStepsOfConnectionType
(String connectionName) Get a list of steps that are the source of incoming connections of the given typeStepManagerImpl.getIncomingConnectedStepsOfConnectionType
(String connectionName) Get a list of steps providing incoming connections of the specified typeStepManager.getIncomingConnections()
Get a Map of all incoming connections.StepManagerImpl.getIncomingConnections()
Get the man of upstream (incoming connections) connected stepsStepManager.getOutgoingConnectedStepsOfConnectionType
(String connectionName) Get a list of downstream steps connected to this step with the given connection type.StepManagerImpl.getOutgoingConnectedStepsOfConnectionType
(String connectionName) StepManager.getOutgoingConnections()
Get a Map of all outgoing connections.StepManagerImpl.getOutgoingConnections()
Get the map of downstream (outgoing connections) connected stepsModifier and TypeMethodDescriptionStepManager.getIncomingStructureFromStep
(StepManager sourceStep, String connectionName) Attempt to get the incoming structure (as a header-only set of instances) from the given managed step for the given connection type.StepManagerImpl.getIncomingStructureFromStep
(StepManager sourceStep, String connectionName) Attempt to get the incoming structure (as a header-only set of instances) from the given managed step for the given connection type. -
Uses of StepManager in weka.knowledgeflow.steps
Modifier and TypeMethodDescriptionBaseStep.getStepManager()
Get the step manager for this stepStep.getStepManager()
Get the step manager in use with this stepModifier and TypeMethodDescriptionvoid
BaseStep.setStepManager
(StepManager manager) Set the step manager for this stepvoid
Step.setStepManager
(StepManager manager) Set the step manager to use with this step.