Uses of Interface
edu.uci.ics.jung.graph.KPartiteGraph
Packages that use KPartiteGraph
-
Uses of KPartiteGraph in edu.uci.ics.jung.algorithms.transformation
Methods in edu.uci.ics.jung.algorithms.transformation with parameters of type KPartiteGraphModifier and TypeMethodDescriptionstatic <V,
E> Graph <V, E> FoldingTransformer.foldKPartiteGraph
(KPartiteGraph<V, E> g, com.google.common.base.Predicate<V> p, com.google.common.base.Supplier<Graph<V, E>> graph_factory, com.google.common.base.Supplier<E> edge_factory) Convertsg
into a unipartite graph whose vertex set is the vertices ofg
's partitionp
.static <V,
E> Graph <V, Collection<V>> FoldingTransformer.foldKPartiteGraph
(KPartiteGraph<V, E> g, com.google.common.base.Predicate<V> p, com.google.common.base.Supplier<Graph<V, Collection<V>>> graph_factory) Convertsg
into a unipartite graph whose vertices are the vertices ofg
's partitionp
, and whose edges consist of collections of the intermediate vertices from other partitions.