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

Packages that use BipartiteGraph
edu.uci.ics.jung.graph.impl   
 

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

Methods in edu.uci.ics.jung.graph.impl that return BipartiteGraph
 BipartiteGraph HypergraphBPG.getBipartiteGraphEquivalent()
          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.