Uses of Class
org.jgrapht.graph.SimpleDirectedGraph
Package | Description |
---|---|
org.jgrapht.alg |
Algorithms provided with JGraphT.
|
org.jgrapht.graph |
Implementations of various graphs.
|
-
Uses of SimpleDirectedGraph in org.jgrapht.alg
Methods in org.jgrapht.alg with parameters of type SimpleDirectedGraph Modifier and Type Method Description <V, E> void
TransitiveClosure. closeSimpleDirectedGraph(SimpleDirectedGraph<V,E> graph)
Computes the transitive closure of the given graph. -
Uses of SimpleDirectedGraph in org.jgrapht.graph
Subclasses of SimpleDirectedGraph in org.jgrapht.graph Modifier and Type Class Description class
SimpleDirectedWeightedGraph<V,E>
A simple directed weighted graph.Methods in org.jgrapht.graph that return types with arguments of type SimpleDirectedGraph Modifier and Type Method Description static <V, E> GraphBuilder<V,E,? extends SimpleDirectedGraph<V,E>>
SimpleDirectedGraph. createBuilder(java.lang.Class<? extends E> edgeClass)
Create a builder for this kind of graph.static <V, E> GraphBuilder<V,E,? extends SimpleDirectedGraph<V,E>>
SimpleDirectedGraph. createBuilder(java.util.function.Supplier<E> edgeSupplier)
Create a builder for this kind of graph.