helix.graph.algo.c3part.visitor
Class CCStarByColorVisitor
java.lang.Object
helix.graph.algo.AbstractCCVisitor
helix.graph.algo.CCVisitor
helix.graph.algo.c3part.visitor.CCMultigraphVisitor
helix.graph.algo.c3part.visitor.CCByColorVisitor
helix.graph.algo.c3part.visitor.CCStarByColorVisitor
- All Implemented Interfaces:
- Visitor
- Direct Known Subclasses:
- CCSuperStarByColorVisitor
public class CCStarByColorVisitor
- extends CCByColorVisitor
CCStarByColorVisitor
public CCStarByColorVisitor(Graph multigraph,
int color,
int colorIndex,
Vertex star)
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