public interface GraphWalker
Modifier and Type | Method and Description |
---|---|
void |
startWalking(java.util.Collection<Node> startNodes,
java.util.HashMap<Node,java.lang.Object> nodeOutput)
starting point for walking.
|
void startWalking(java.util.Collection<Node> startNodes, java.util.HashMap<Node,java.lang.Object> nodeOutput) throws SemanticException
startNodes
- list of starting operatorsnodeOutput
- If this parameter is not null, the call to the function returns
the map from node to objects returned by the processors.SemanticException
Copyright © 2012 The Apache Software Foundation