Uses of Interface
dev.nm.graph.GraphUtils.EdgeFactory
-
Packages that use GraphUtils.EdgeFactory Package Description dev.nm.graph -
-
Uses of GraphUtils.EdgeFactory in dev.nm.graph
Methods in dev.nm.graph with parameters of type GraphUtils.EdgeFactory Modifier and Type Method Description static <V,N,E extends Arc<N>>
DAGraph<N,E>GraphUtils. unDi2DAGraph(UnDiGraph<V,? extends UndirectedEdge<V>> g, V root, GraphUtils.EdgeFactory<V,N,E,UndirectedEdge<V>> edgeFactory)
Converts an undirected graph into a directed acyclic graph, arcs are created from the edges by parent-child relations as determined by breadth-first-search.
-