public class ListenableUndirectedGraph extends DefaultListenableGraph implements UndirectedGraph
ListenableGraph
.DefaultListenableGraph
,
Serialized FormConstructor and Description |
---|
ListenableUndirectedGraph()
Creates a new listenable undirected simple graph.
|
ListenableUndirectedGraph(UndirectedGraph base)
Creates a new listenable undirected 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
degreeOf
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet
public ListenableUndirectedGraph()
public ListenableUndirectedGraph(UndirectedGraph base)
base
- the backing graph.