|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseGraph | |
|---|---|
| org.apache.commons.graph.model | In-memory based data-structures implementations. |
| Uses of BaseGraph in org.apache.commons.graph.model |
|---|
| Subclasses of BaseGraph in org.apache.commons.graph.model | |
|---|---|
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 | |||||||||