| Package | Description |
|---|---|
| edu.uci.ics.jung.algorithms.blockmodel |
Support for establishing and maintaining graph element equivalence (such as in blockmodeling).
|
| edu.uci.ics.jung.algorithms.transformation |
Mechanisms for graph transformation.
|
| Modifier and Type | Method and Description |
|---|---|
VertexPartition<V,E> |
StructurallyEquivalent.apply(Graph<V,E> g) |
| Modifier and Type | Method and Description |
|---|---|
Graph<CV,CE> |
VertexPartitionCollapser.collapseVertexPartitions(VertexPartition<V,E> partitioning)
Creates a new graph whose vertices correspond to the partitions of the supplied graph.
|
Copyright © 2016. All rights reserved.