Uses of Interface
dev.nm.graph.GraphUtils.GraphFactory
-
Packages that use GraphUtils.GraphFactory Package Description dev.nm.graph dev.nm.graph.community -
-
Uses of GraphUtils.GraphFactory in dev.nm.graph
Methods in dev.nm.graph with parameters of type GraphUtils.GraphFactory Modifier and Type Method Description static <V,E extends UndirectedEdge<V>,G extends UnDiGraph<V,E>>
List<G>GraphUtils. getDisjointGraphs(UnDiGraph<V,E> g, GraphUtils.GraphFactory<G> gCtor)
Separate an undirected graph into disjointed connected graphs. -
Uses of GraphUtils.GraphFactory in dev.nm.graph.community
Constructors in dev.nm.graph.community with parameters of type GraphUtils.GraphFactory Constructor Description GirvanNewman(UnDiGraph<V,E> g, GirvanNewman.EdgeBetweenessCtor<V> ebCtor, GraphUtils.GraphFactory<G> gCtor)
Construct an instance of the Girvan-Newman algorithm.
-