V
- the graph vertex typeE
- the graph edge typeDefaultListenableGraph
.@Deprecated public class ListenableDirectedWeightedGraph<V,E> extends ListenableDirectedGraph<V,E> implements DirectedGraph<V,E>, WeightedGraph<V,E>
ListenableGraph
.DefaultListenableGraph
,
Serialized FormDEFAULT_EDGE_WEIGHT
Constructor and Description |
---|
ListenableDirectedWeightedGraph(Class<? extends E> edgeClass)
Deprecated.
Creates a new listenable directed weighted graph.
|
ListenableDirectedWeightedGraph(DirectedGraph<V,E> base)
Deprecated.
Creates a new listenable directed weighted graph.
|
addEdge, addEdge, addGraphListener, addVertex, addVertexSetListener, clone, fireEdgeAdded, fireEdgeRemoved, fireVertexAdded, fireVertexRemoved, isReuseEvents, removeEdge, removeEdge, removeGraphListener, removeVertex, removeVertexSetListener, setReuseEvents
containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, getType, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, setEdgeWeight, toString, vertexSet
assertVertexExist, containsEdge, equals, hashCode, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toStringFromSets
finalize, getClass, notify, notifyAll, wait, wait, wait
addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, getType, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, setEdgeWeight, vertexSet
public ListenableDirectedWeightedGraph(Class<? extends E> edgeClass)
edgeClass
- class on which to base factory for edgespublic ListenableDirectedWeightedGraph(DirectedGraph<V,E> base)
base
- the backing graph.Copyright © 2017. All rights reserved.