| Package | Description |
|---|---|
| edu.uci.ics.jung.algorithms.blockmodel |
Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks.
|
| edu.uci.ics.jung.graph.impl |
Implementations of the JUNG vertex, edge, and graph interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BipartiteGraphCollapser.CollapsedBipartiteVertex |
| Constructor and Description |
|---|
BipartiteGraphCollapser.CollapsedBipartiteEdge(BipartiteVertex a,
BipartiteVertex b,
java.util.Set edges) |
| Modifier and Type | Field and Description |
|---|---|
protected BipartiteVertex |
AbstractHyperUnitBPG.vertex
Deprecated.
|
| 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.
|
protected BipartiteVertex |
AbstractHyperUnitBPG.underlying_vertex()
Deprecated.
|
| 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.
|
ArchetypeEdge |
HypergraphBPG.getEdgeCorrespondingTo(BipartiteVertex vertex2)
Deprecated.
|
BipartiteGraph.Choice |
BipartiteGraph.getPartition(BipartiteVertex v)
Returns the partition for vertex
v. |
ArchetypeVertex |
HypergraphBPG.getVertexCorrespondingTo(BipartiteVertex vertex2)
Deprecated.
|
| Constructor and Description |
|---|
BipartiteEdge(BipartiteVertex a,
BipartiteVertex b)
The BipartiteEdge constructor.
|