|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableGraph | |
---|---|
org.apache.commons.graph.model | In-memory based data-structures implementations. |
Uses of MutableGraph in org.apache.commons.graph.model |
---|
Classes in org.apache.commons.graph.model that implement MutableGraph | |
---|---|
class |
BaseMutableGraph<V extends Vertex,E extends Edge<V>>
Basic abstract in-memory based of a simple mutable Graph implementation. |
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 |