Uses of Class
edu.uci.ics.jung.algorithms.blockmodel.VertexPartition

Packages that use VertexPartition
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
 VertexPartition<V,E> StructurallyEquivalent.transform(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
 Graph<CV,CE> VertexPartitionCollapser.collapseVertexPartitions(VertexPartition<V,E> partitioning)
          Creates a new graph whose vertices correspond to the partitions of the supplied graph.
 



Copyright © 2009. All Rights Reserved.