V
- the graph vertex typeE
- the graph edge typepublic class ListenableDirectedGraph<V,E> extends DefaultListenableGraph<V,E> implements DirectedGraph<V,E>
ListenableGraph
.DefaultListenableGraph
,
Serialized FormConstructor and Description |
---|
ListenableDirectedGraph(Class<? extends E> edgeClass)
Creates a new listenable directed graph.
|
ListenableDirectedGraph(DirectedGraph<V,E> base)
Creates a new listenable directed 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, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, setEdgeWeight, toString, vertexSet
assertVertexExist, containsEdge, equals, hashCode, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toStringFromSets
finalize, getClass, notify, notifyAll, wait, wait, wait
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf
addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet
public ListenableDirectedGraph(Class<? extends E> edgeClass)
edgeClass
- class on which to base factory for edgespublic ListenableDirectedGraph(DirectedGraph<V,E> base)
base
- the backing graph.Copyright © 2016. All rights reserved.