cascading.flow
Class StepGraph

java.lang.Object
  extended by 
      extended by cascading.flow.StepGraph

public class StepGraph
extends

Class StepGraph is an internal representation of FlowStep instances.


Method Summary
  getTopologicalIterator()
           
protected  void printElementGraph(String filename)
           
 void writeDOT(String filename)
          Method writeDOT writes this element graph to a DOT file for easy vizualization and debugging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.