public class ListenableUndirectedWeightedGraph extends ListenableUndirectedGraph implements WeightedGraph
ListenableGraph
.DefaultListenableGraph
,
Serialized FormConstructor and Description |
---|
ListenableUndirectedWeightedGraph()
Creates a new listenable undirected weighted graph.
|
ListenableUndirectedWeightedGraph(WeightedGraph base)
Creates a new listenable undirected 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
degreeOf
public ListenableUndirectedWeightedGraph()
public ListenableUndirectedWeightedGraph(WeightedGraph base)
base
- the backing graph.