Uses of Class
edu.uci.ics.jung.graph.impl.BipartiteEdge

Packages that use BipartiteEdge
edu.uci.ics.jung.algorithms.blockmodel   
edu.uci.ics.jung.graph.impl   
 

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

Subclasses of BipartiteEdge in edu.uci.ics.jung.algorithms.blockmodel
 class BipartiteGraphCollapser.CollapsedBipartiteEdge
           
 

Uses of BipartiteEdge in edu.uci.ics.jung.graph.impl
 

Methods in edu.uci.ics.jung.graph.impl that return BipartiteEdge
 BipartiteEdge BipartiteGraph.addBipartiteEdge(BipartiteEdge bpe)
          Adds a BipartiteEdge to the Graph.
 

Methods in edu.uci.ics.jung.graph.impl with parameters of type BipartiteEdge
 BipartiteEdge BipartiteGraph.addBipartiteEdge(BipartiteEdge bpe)
          Adds a BipartiteEdge to the Graph.