See: Description
| Interface | Description |
|---|---|
| EquivalenceAlgorithm |
Any blockmodel equivalence algorithm should implement this method;
it allows users to access EquivalenceAlgorithms more easily.
|
| GraphCollapser.CollapsedEdge |
The CollapsedEdge interface represents a set of edges
in some other graph.
|
| GraphCollapser.CollapsedVertex |
This interface represents a vertex that holds a set of objects in some other graph.
|
| Class | Description |
|---|---|
| BipartiteGraphCollapser |
A variant of the GraphCollapser that overrides two
minor functions and defines CollapsedBipartiteEdge and
CollapsedBipartiteVertex.
|
| EquivalenceRelation |
An EquivalenceRelation holds a number of Equivalent vertices from the
same graph.
|
| GraphCollapser |
This is a skeleton class for collapsing graphs.
|
| GraphCollapser.CollapsedSparseVertex |
A CollapsedSparseVertex extends CollapsedVertex.
|
| GraphCollapser.DirectedCollapsedEdge |
This class represents a Collapsed Directed edge,
and extends DirectedSparseEdge.
|
| GraphCollapser.UndirectedCollapsedEdge |
This class represents a Collapsed Undirected edge,
and extends UndirectedSparseEdge.
|
| StructurallyEquivalent |
Checks a graph for sets of structurally equivalent vertices: vertices that
share all the same edges.
|
| StructurallyEquivalentII |
Checks a graph for sets of structurally equivalent vertices: vertices that
share all the same edges.
|
EquivalenceAlgorithmEquivalenceRelationStructurallyEquivalentGraphCollapserGraphCollapser.CollapsedVertex.
It also replaces all the edges from
each vertex to the graph with a GraphCollapser.CollapsedEdge.
(See the class documentation to see
how this is done.)BipartiteGraphCollapser