helix.graph.algo.c3part.visitor
Class CCByColorsVisitor

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

public class CCByColorsVisitor
extends CCDatagraphVisitor


Constructor Summary
CCByColorsVisitor(Graph datagraph)
           
 
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

CCByColorsVisitor

public CCByColorsVisitor(Graph datagraph)
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