Uses of Class
edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
Packages that use VertexPartition
Package
Description
Support for establishing and maintaining graph element equivalence (such as in blockmodeling).
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 -
Uses of VertexPartition in edu.uci.ics.jung.algorithms.transformation
Methods in edu.uci.ics.jung.algorithms.transformation with parameters of type VertexPartitionModifier and TypeMethodDescriptionVertexPartitionCollapser.collapseVertexPartitions
(VertexPartition<V, E> partitioning) Creates a new graph whose vertices correspond to the partitions of the supplied graph.