Uses of Interface
edu.uci.ics.jung.graph.KPartiteGraph

Packages that use KPartiteGraph
edu.uci.ics.jung.algorithms.transformation Mechanisms for graph transformation. 
 

Uses of KPartiteGraph in edu.uci.ics.jung.algorithms.transformation
 

Methods in edu.uci.ics.jung.algorithms.transformation with parameters of type KPartiteGraph
static
<V,E> Graph<V,Collection<V>>
FoldingTransformer.foldKPartiteGraph(KPartiteGraph<V,E> g,  p,  graph_factory)
          Converts g into a unipartite graph whose vertices are the vertices of g's partition p, and whose edges consist of collections of the intermediate vertices from other partitions.
static
<V,E> Graph<V,E>
FoldingTransformer.foldKPartiteGraph(KPartiteGraph<V,E> g,  p,  graph_factory,  edge_factory)
          Converts g into a unipartite graph whose vertex set is the vertices of g's partition p.
 



Copyright © 2010 null. All Rights Reserved.