public class ListenableDirectedWeightedGraph extends ListenableDirectedGraph implements WeightedGraph
ListenableGraph
.DefaultListenableGraph
,
Serialized FormConstructor and Description |
---|
ListenableDirectedWeightedGraph()
Creates a new listenable directed weighted graph.
|
ListenableDirectedWeightedGraph(WeightedGraph base)
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, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, toString, vertexSet
addAllEdges, addAllVertices, assertVertexExist, containsEdge, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, 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 ListenableDirectedWeightedGraph()
public ListenableDirectedWeightedGraph(WeightedGraph base)
base
- the backing graph.