Uses of Class
org.jgrapht.graph.DefaultDirectedGraph
-
Uses of DefaultDirectedGraph in org.jgrapht.graph
Modifier and TypeClassDescriptionclass
The default implementation of a directed weighted graph.Modifier and TypeMethodDescriptionstatic <V,
E> GraphBuilder<V, E, ? extends DefaultDirectedGraph<V, E>> DefaultDirectedGraph.createBuilder
(Class<? extends E> edgeClass) Create a builder for this kind of graph.static <V,
E> GraphBuilder<V, E, ? extends DefaultDirectedGraph<V, E>> DefaultDirectedGraph.createBuilder
(Supplier<E> edgeSupplier) Create a builder for this kind of graph.