Uses of Class
edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser

Packages that use GraphCollapser
edu.uci.ics.jung.algorithms.blockmodel   
 

Uses of GraphCollapser in edu.uci.ics.jung.algorithms.blockmodel
 

Subclasses of GraphCollapser in edu.uci.ics.jung.algorithms.blockmodel
 class BipartiteGraphCollapser
          A variant of the GraphCollapser that overrides two minor functions and defines CollapsedBipartiteEdge and CollapsedBipartiteVertex.
 

Methods in edu.uci.ics.jung.algorithms.blockmodel that return GraphCollapser
static GraphCollapser GraphCollapser.getInstance()