helix.graph.algo.c3part.visitor
Class CCByColorVisitor

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
All Implemented Interfaces:
Visitor
Direct Known Subclasses:
CCStarByColorVisitor

public class CCByColorVisitor
extends CCMultigraphVisitor


Constructor Summary
CCByColorVisitor(Graph multigraph, int color)
           
 
Method Summary
 boolean accept(Edge e)
          default accept : accept any edge
 
Methods inherited from class helix.graph.algo.CCVisitor
enter, exit, getComponents, traverse, visit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCByColorVisitor

public CCByColorVisitor(Graph multigraph,
                        int color)
Method Detail

accept

public boolean accept(Edge e)
Description copied from class: AbstractCCVisitor
default accept : accept any edge

Specified by:
accept in interface Visitor
Overrides:
accept in class AbstractCCVisitor