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

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

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

Methods in edu.uci.ics.jung.algorithms.transformation with parameters of type KPartiteGraph
 Graph KPartiteFolder.fold(KPartiteGraph g, org.apache.commons.collections.Predicate p)
           Converts g into a unipartite graph whose vertex set is the vertices whose partition is specified by p.
 

Uses of KPartiteGraph in edu.uci.ics.jung.graph.impl
 

Classes in edu.uci.ics.jung.graph.impl that implement KPartiteGraph
 class KPartiteSparseGraph
          An implementation of KPartiteGraph based on SparseGraph.