Uses of Class
org.jgrapht.graph.SimpleDirectedGraph
Package
Description
Algorithms provided with JGraphT.
Implementations of various graphs.
-
Uses of SimpleDirectedGraph in org.jgrapht.alg
Modifier and TypeMethodDescription<V,
E> void TransitiveClosure.closeSimpleDirectedGraph
(SimpleDirectedGraph<V, E> graph) Computes the transitive closure of the given graph. -
Uses of SimpleDirectedGraph in org.jgrapht.graph
Modifier and TypeClassDescriptionclass
A simple directed weighted graph.Modifier and TypeMethodDescriptionstatic <V,
E> GraphBuilder<V, E, ? extends SimpleDirectedGraph<V, E>> SimpleDirectedGraph.createBuilder
(Class<? extends E> edgeClass) Create a builder for this kind of graph.static <V,
E> GraphBuilder<V, E, ? extends SimpleDirectedGraph<V, E>> SimpleDirectedGraph.createBuilder
(Supplier<E> edgeSupplier) Create a builder for this kind of graph.