public class UnmodifiableDirectedGraph extends UnmodifiableGraph implements DirectedGraph
UnmodifiableGraph
,
Serialized FormConstructor and Description |
---|
UnmodifiableDirectedGraph(DirectedGraph g)
Creates a new unmodifiable directed graph based on the specified backing
graph.
|
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex
containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, toString, vertexSet
assertVertexExist, containsEdge, removeAllEdges, toStringFromSets
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet
public UnmodifiableDirectedGraph(DirectedGraph g)
g
- the backing graph on which an unmodifiable graph is to be
created.