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

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

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

Fields in edu.uci.ics.jung.graph.impl declared as BipartiteGraph.Choice
static BipartiteGraph.Choice HypergraphBPG.VERTEX
           
static BipartiteGraph.Choice HypergraphBPG.EDGE
           
static BipartiteGraph.Choice BipartiteGraph.CLASSA
           
static BipartiteGraph.Choice BipartiteGraph.CLASSB
           
 

Methods in edu.uci.ics.jung.graph.impl that return BipartiteGraph.Choice
 BipartiteGraph.Choice BipartiteGraph.getPartition(BipartiteVertex v)
          Returns the partition for vertex v.
 

Methods in edu.uci.ics.jung.graph.impl with parameters of type BipartiteGraph.Choice
 java.util.Set BipartiteGraph.getAllVertices(BipartiteGraph.Choice choice)
          Returns the set of all vertices from that class.
 BipartiteVertex BipartiteGraph.addVertex(BipartiteVertex v, BipartiteGraph.Choice choice)
          Adds a single vertex to the graph in the specified partition.
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.