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

Packages that use GraphCollapser
edu.uci.ics.jung.algorithms.blockmodel Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks. 
 

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.
 

Fields in edu.uci.ics.jung.algorithms.blockmodel declared as GraphCollapser
protected static GraphCollapser GraphCollapser.instance
           
 

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