Package | Description |
---|---|
edu.uci.ics.jung.graph.impl |
Implementations of the JUNG vertex, edge, and graph interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected BipartiteGraph |
HypergraphBPG.bpg
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BipartiteGraph |
HypergraphBPG.getBipartiteGraphEquivalent()
Deprecated.
Returns a BipartiteGraph equivalent to this Graph.
|
Modifier and Type | Method and Description |
---|---|
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.
|