Package | Description |
---|---|
edu.uci.ics.jung.graph.impl |
Implementations of the JUNG vertex, edge, and graph interfaces.
|
Modifier and Type | Field and Description |
---|---|
static BipartiteGraph.Choice |
BipartiteGraph.CLASSA |
static BipartiteGraph.Choice |
BipartiteGraph.CLASSB |
static BipartiteGraph.Choice |
HypergraphBPG.EDGE
Deprecated.
|
static BipartiteGraph.Choice |
HypergraphBPG.VERTEX
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BipartiteGraph.Choice |
BipartiteGraph.getPartition(BipartiteVertex v)
Returns the partition for vertex
v . |
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.Set |
BipartiteGraph.getAllVertices(BipartiteGraph.Choice choice)
Returns the set of all vertices from that class.
|