helix.graph.algo.c3part.visitor
Class CCMultigraphVisitor

java.lang.Object
  extended by helix.graph.algo.AbstractCCVisitor
      extended by helix.graph.algo.CCVisitor
          extended by helix.graph.algo.c3part.visitor.CCMultigraphVisitor
All Implemented Interfaces:
Visitor
Direct Known Subclasses:
CCByColorVisitor

public abstract class CCMultigraphVisitor
extends CCVisitor


Constructor Summary
CCMultigraphVisitor(Graph multigraph)
           
 
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

CCMultigraphVisitor

public CCMultigraphVisitor(Graph multigraph)