|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
FoldingTransformer.foldKPartiteGraph(KPartiteGraph<V,E> g,
org.apache.commons.collections15.Predicate<V> p,
org.apache.commons.collections15.Factory<Graph<V,Collection<V>>> 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
|
FoldingTransformer.foldKPartiteGraph(KPartiteGraph<V,E> g,
org.apache.commons.collections15.Predicate<V> p,
org.apache.commons.collections15.Factory<Graph<V,E>> graph_factory,
org.apache.commons.collections15.Factory<E> edge_factory)
Converts g into a unipartite graph whose vertex set is the
vertices of g 's partition p . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |