public class DefaultDirectedWeightedGraph extends DefaultDirectedGraph implements WeightedGraph
prefixed 'Default' to avoid name collision with the DirectedWeightedGraph interface.
DefaultDirectedGraph
,
Serialized FormConstructor and Description |
---|
DefaultDirectedWeightedGraph()
Creates a new directed weighted graph.
|
DefaultDirectedWeightedGraph(EdgeFactory ef)
Creates a new directed weighted graph with the specified edge factory.
|
addEdge, addEdge, addVertex, clone, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, incomingEdgesOf, inDegreeOf, isAllowingLoops, isAllowingMultipleEdges, outDegreeOf, outgoingEdgesOf, removeEdge, removeEdge, removeVertex, setEdgeListFactory, vertexSet
addAllEdges, addAllVertices, assertVertexExist, containsEdge, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toString, toStringFromSets
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf
public DefaultDirectedWeightedGraph()
public DefaultDirectedWeightedGraph(EdgeFactory ef)
ef
- the edge factory of the new graph.