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

Packages that use BipartiteGraph
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
 

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

Fields in edu.uci.ics.jung.graph.impl declared as BipartiteGraph
protected  BipartiteGraph HypergraphBPG.bpg
          Deprecated.  
 

Methods in edu.uci.ics.jung.graph.impl that return BipartiteGraph
 BipartiteGraph HypergraphBPG.getBipartiteGraphEquivalent()
          Deprecated. Returns a BipartiteGraph equivalent to this Graph.
 

Methods in edu.uci.ics.jung.graph.impl with parameters of type BipartiteGraph
static Graph BipartiteGraph.fold(BipartiteGraph bpg, BipartiteGraph.Choice vertexSet)
          Creates a one-part graph from a bipartite graph by folding Vertices from one class into a second class.