Uses of Class
helix.graph.algo.AbstractCCVisitor

Packages that use AbstractCCVisitor
helix.graph.algo   
helix.graph.algo.c3part.visitor   
 

Uses of AbstractCCVisitor in helix.graph.algo
 

Subclasses of AbstractCCVisitor in helix.graph.algo
 class CCVisitor
           
 

Uses of AbstractCCVisitor in helix.graph.algo.c3part.visitor
 

Subclasses of AbstractCCVisitor in helix.graph.algo.c3part.visitor
 class CCByColorsVisitor
           
 class CCByColorVisitor
           
 class CCByEpsilonVisitor
           
 class CCDatagraphVisitor
           
 class CCMultigraphVisitor
           
 class CCStarByColorVisitor
           
 class CCSuperStarByColorVisitor
          the superstar version of CCStarByColorVisitor -1- keep red stars apart (red star is a vertex having a star on specified color) -2- compute normal CCs -3- fadd red stars as a separate CC