cascading.flow
Class StepGraph
java.lang.Object
cascading.flow.StepGraph
public class StepGraph
- extends
Class StepGraph is an internal representation of FlowStep instances.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTopologicalIterator
public getTopologicalIterator()
writeDOT
public void writeDOT(String filename)
- Method writeDOT writes this element graph to a DOT file for easy vizualization and debugging.
- Parameters:
filename - of type String
printElementGraph
protected void printElementGraph(String filename)
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.