helix.graph.algo.c3part.visitor
Class CCDatagraphVisitor

java.lang.Object
  extended by helix.graph.algo.AbstractCCVisitor
      extended by helix.graph.algo.CCVisitor
          extended by helix.graph.algo.c3part.visitor.CCDatagraphVisitor
All Implemented Interfaces:
Visitor
Direct Known Subclasses:
CCByColorsVisitor, CCByEpsilonVisitor

public abstract class CCDatagraphVisitor
extends CCVisitor


Constructor Summary
CCDatagraphVisitor(Graph datagraph)
           
 
Method Summary
 
Methods inherited from class helix.graph.algo.CCVisitor
enter, exit, getComponents, traverse, visit
 
Methods inherited from class helix.graph.algo.AbstractCCVisitor
accept
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCDatagraphVisitor

public CCDatagraphVisitor(Graph datagraph)