|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectedGraph | |
|---|---|
| org.apache.commons.graph | Main APIs that describe Graph data structure. |
| org.apache.commons.graph.model | In-memory based data-structures implementations. |
| Uses of DirectedGraph in org.apache.commons.graph |
|---|
| Subinterfaces of DirectedGraph in org.apache.commons.graph | |
|---|---|
interface |
MutableDirectedGraph<V extends Vertex,E extends Edge<V>>
The MutableDirectedGraph is a directed graph that supports the addition and removal of
Vertex and Edges. |
| Uses of DirectedGraph in org.apache.commons.graph.model |
|---|
| Classes in org.apache.commons.graph.model that implement DirectedGraph | |
|---|---|
class |
DirectedMutableGraph<V extends Vertex,E extends Edge<V>>
A memory-based implementation of a mutable directed Graph. |
class |
DirectedMutableWeightedGraph<V extends Vertex,WE extends WeightedEdge<V>>
A memory-based implementation of a mutable, directed weighted Graph. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||