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 |
StructurallyEquivalent
Checks a graph for sets of structurally equivalent vertices: vertices that
share all the same edges.
|
class |
StructurallyEquivalentII
Checks a graph for sets of structurally equivalent vertices: vertices that
share all the same edges.
|