Uses of Class
edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
-
Packages that use VertexPartition 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. -
-
Uses of VertexPartition in edu.uci.ics.jung.algorithms.blockmodel
Methods in edu.uci.ics.jung.algorithms.blockmodel that return VertexPartition Modifier and Type Method Description VertexPartition<V,E>
StructurallyEquivalent. apply(Graph<V,E> g)
-
Uses of VertexPartition in edu.uci.ics.jung.algorithms.transformation
Methods in edu.uci.ics.jung.algorithms.transformation with parameters of type VertexPartition Modifier and Type Method Description Graph<CV,CE>
VertexPartitionCollapser. collapseVertexPartitions(VertexPartition<V,E> partitioning)
Creates a new graph whose vertices correspond to the partitions of the supplied graph.
-