| Package | Description |
|---|---|
| weka.knowledgeflow | |
| weka.knowledgeflow.steps |
| Modifier and Type | Class and Description |
|---|---|
class |
StepManagerImpl
Concrete implementation of the StepManager interface.
|
| Modifier and Type | Method and Description |
|---|---|
StepManager |
StepManager.findStepInFlow(String stepNameToFind)
Finds a named step in the current flow.
|
StepManager |
StepManagerImpl.findStepInFlow(String stepNameToFind)
Finds a named step in the current flow.
|
StepManager |
StepManager.getIncomingConnectedStepWithName(String stepName)
Get the named step that is connected with an incoming connection.
|
StepManager |
StepManagerImpl.getIncomingConnectedStepWithName(String stepName)
Get a named step connected to this step with an incoming connection
|
StepManager |
StepManager.getOutgoingConnectedStepWithName(String stepName)
Get a named step connected to this step with an outgoing connection
|
StepManager |
StepManagerImpl.getOutgoingConnectedStepWithName(String stepName)
Get a named step connected to this step with an outgoing connection
|
| Modifier and Type | Method and Description |
|---|---|
List<StepManager> |
StepManager.getIncomingConnectedStepsOfConnectionType(String connectionName)
Get a list of steps that are the source of incoming connections of the
given type
|
List<StepManager> |
StepManagerImpl.getIncomingConnectedStepsOfConnectionType(String connectionName)
Get a list of steps providing incoming connections of the specified type
|
Map<String,List<StepManager>> |
StepManager.getIncomingConnections()
Get a Map of all incoming connections.
|
Map<String,List<StepManager>> |
StepManagerImpl.getIncomingConnections()
Get the man of upstream (incoming connections) connected steps
|
List<StepManager> |
StepManager.getOutgoingConnectedStepsOfConnectionType(String connectionName)
Get a list of downstream steps connected to this step with the given
connection type.
|
List<StepManager> |
StepManagerImpl.getOutgoingConnectedStepsOfConnectionType(String connectionName) |
Map<String,List<StepManager>> |
StepManager.getOutgoingConnections()
Get a Map of all outgoing connections.
|
Map<String,List<StepManager>> |
StepManagerImpl.getOutgoingConnections()
Get the map of downstream (outgoing connections) connected steps
|
| Modifier and Type | Method and Description |
|---|---|
Instances |
StepManager.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.
|
Instances |
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.
|
| Modifier and Type | Method and Description |
|---|---|
StepManager |
BaseStep.getStepManager()
Get the step manager for this step
|
StepManager |
Step.getStepManager()
Get the step manager in use with this step
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStep.setStepManager(StepManager manager)
Set the step manager for this step
|
void |
Step.setStepManager(StepManager manager)
Set the step manager to use with this step.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.