helix.graph.algo.c3part.visitor
Class CCStarByColorVisitor

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

public class CCStarByColorVisitor
extends CCByColorVisitor


Constructor Summary
CCStarByColorVisitor(Graph multigraph, int color, int colorIndex, Vertex star)
           
 
Method Summary
 Iterable<GSet<Vertex>> getComponents()
           
 void visit(Vertex V)
           
 
Methods inherited from class helix.graph.algo.c3part.visitor.CCByColorVisitor
accept
 
Methods inherited from class helix.graph.algo.CCVisitor
enter, exit, traverse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCStarByColorVisitor

public CCStarByColorVisitor(Graph multigraph,
                            int color,
                            int colorIndex,
                            Vertex star)
Method Detail

visit

public void visit(Vertex V)
Specified by:
visit in interface Visitor
Overrides:
visit in class CCVisitor

getComponents

public Iterable<GSet<Vertex>> getComponents()
Overrides:
getComponents in class CCVisitor