Package | Description |
---|---|
edu.uci.ics.jung.algorithms.blockmodel |
Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks.
|
Modifier and Type | Class and Description |
---|---|
class |
BipartiteGraphCollapser.CollapsedBipartiteVertex |
static class |
GraphCollapser.CollapsedSparseVertex
A CollapsedSparseVertex extends CollapsedVertex.
|
Modifier and Type | Method and Description |
---|---|
protected GraphCollapser.CollapsedVertex |
BipartiteGraphCollapser.createCollapsedVertex(Graph g,
java.util.Set rootSet)
It must be the case that all members of rootSet are in the same partition.
|
protected GraphCollapser.CollapsedVertex |
GraphCollapser.createCollapsedVertex(Graph g,
java.util.Set rootSet)
Overridable method to create a single vertex representing a set of vertices in the
graph.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GraphCollapser.annotateVertex(GraphCollapser.CollapsedVertex superVertex,
java.util.Set rootSet)
Overridable method annotates the new collapsed vertex with userdata
from the rootset.
|
protected void |
GraphCollapser.createDirectedEdges(Graph graph,
GraphCollapser.CollapsedVertex superVertex,
Vertex opposite,
java.util.Set relevantEdges)
Overridable method to create a up to two directed edges that represents the data in its parameters.
|
protected void |
GraphCollapser.createEdgesCorrespondingToMap(Graph copy,
GraphCollapser.CollapsedVertex cv,
org.apache.commons.collections.MultiMap vertices_to_edges,
java.util.Set coveredCV)
INTERNAL METHOD
|
protected void |
BipartiteGraphCollapser.createUndirectedEdge(Graph g,
GraphCollapser.CollapsedVertex superVertex,
Vertex opposite,
java.util.Set relevantEdges) |
protected void |
GraphCollapser.createUndirectedEdge(Graph g,
GraphCollapser.CollapsedVertex superVertex,
Vertex opposite,
java.util.Set relevantEdges)
Overridable method to create a single undirected edge that represents the data in its parameters.
|
protected void |
GraphCollapser.replaceWith(org.apache.commons.collections.MultiMap m,
Vertex dest,
GraphCollapser.CollapsedVertex superV)
INTERNAL (undocumented) method
|