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
Classes in edu.uci.ics.jung.algorithms.blockmodel that implement interfaces with type arguments of type VertexPartitionModifier and TypeClassDescriptionclassIdentifies sets of structurally equivalent vertices in a graph.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.