Uses of Interface
weka.knowledgeflow.StepManager
Packages that use StepManager
-
Uses of StepManager in weka.knowledgeflow
Classes in weka.knowledgeflow that implement StepManagerModifier and TypeClassDescriptionclass
Concrete implementation of the StepManager interface.Methods in weka.knowledgeflow that return StepManagerModifier 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 connectionMethods in weka.knowledgeflow that return types with arguments of type StepManagerModifier 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 stepsMethods in weka.knowledgeflow with parameters of type StepManagerModifier 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
Methods in weka.knowledgeflow.steps that return StepManagerModifier and TypeMethodDescriptionBaseStep.getStepManager()
Get the step manager for this stepStep.getStepManager()
Get the step manager in use with this stepMethods in weka.knowledgeflow.steps with parameters of type StepManagerModifier 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.