org.apache.commons.graph.model
Class DirectedMutableWeightedGraph<V extends Vertex,WE extends WeightedEdge<V>>
java.lang.Object
org.apache.commons.graph.model.BaseGraph<V,E>
org.apache.commons.graph.model.BaseMutableGraph<V,E>
org.apache.commons.graph.model.DirectedMutableGraph<V,WE>
org.apache.commons.graph.model.DirectedMutableWeightedGraph<V,WE>
- Type Parameters:
V
- the Graph vertices typeWE
- the WeightedEdge edges type
- All Implemented Interfaces:
- DirectedGraph<V,WE>, Graph<V,WE>, MutableGraph<V,WE>, WeightedGraph<V,WE>
public class DirectedMutableWeightedGraph<V extends Vertex,WE extends WeightedEdge<V>>
- extends DirectedMutableGraph<V,WE>
- implements WeightedGraph<V,WE>
A memory-based implementation of a mutable, directed weighted Graph.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectedMutableWeightedGraph
public DirectedMutableWeightedGraph()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.