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, setReuseEventscontainsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, getType, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, setEdgeWeight, toString, vertexSetassertVertexExist, containsEdge, equals, hashCode, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toStringFromSetsfinalize, getClass, notify, notifyAll, wait, wait, waitaddEdge, 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, vertexSetpublic 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.