|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleDirectedGraph | |
---|---|
org.jgrapht.alg | Algorithms provided with JGraphT. |
org.jgrapht.experimental.dag | |
org.jgrapht.graph | Implementations of various graphs. |
Uses of SimpleDirectedGraph in org.jgrapht.alg |
---|
Methods in org.jgrapht.alg with parameters of type SimpleDirectedGraph | ||
---|---|---|
|
TransitiveClosure.closeSimpleDirectedGraph(SimpleDirectedGraph<V,E> graph)
Computes the transitive closure of the given graph. |
Uses of SimpleDirectedGraph in org.jgrapht.experimental.dag |
---|
Subclasses of SimpleDirectedGraph in org.jgrapht.experimental.dag | |
---|---|
class |
DirectedAcyclicGraph<V,E>
DirectedAcyclicGraph implements a DAG that can be modified (vertices & edges added and removed), is guaranteed to remain acyclic, and provides fast topological order iteration. |
Uses of SimpleDirectedGraph in org.jgrapht.graph |
---|
Subclasses of SimpleDirectedGraph in org.jgrapht.graph | |
---|---|
class |
SimpleDirectedWeightedGraph<V,E>
A simple directed weighted graph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |