edu.uci.ics.jung.algorithms.blockmodel
Class BipartiteGraphCollapser

java.lang.Object
  extended byedu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
      extended byedu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser

public class BipartiteGraphCollapser
extends GraphCollapser

A variant of the GraphCollapser that overrides two minor functions and defines CollapsedBipartiteEdge and CollapsedBipartiteVertex. This models the basic procedure for tweaking the GraphCollapser to your own (nefarious) purposes. created Feb 8, 2004

Author:
danyelf

Nested Class Summary
 class BipartiteGraphCollapser.CollapsedBipartiteEdge
           
 class BipartiteGraphCollapser.CollapsedBipartiteVertex
           
 
Nested classes inherited from class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
GraphCollapser.CollapsedEdge, GraphCollapser.CollapsedSparseVertex, GraphCollapser.CollapsedVertex, GraphCollapser.DirectedCollapsedEdge, GraphCollapser.UndirectedCollapsedEdge
 
Constructor Summary
BipartiteGraphCollapser()
           
 
Methods inherited from class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
getCollapsedGraph, getCollapsedGraph, getInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BipartiteGraphCollapser

public BipartiteGraphCollapser()