Uses of Class
helix.graph.algo.CCVisitor

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

Uses of CCVisitor in helix.graph.algo
 

Methods in helix.graph.algo that return CCVisitor
 CCVisitor CCVisitor.traverse()
           
 

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

Subclasses of CCVisitor 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