org._3pq.jgrapht.graph
Class UnmodifiableDirectedGraph
- DirectedGraph, Graph, Serializable
public class UnmodifiableDirectedGraph
A directed graph that cannot be modified.
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex |
addEdge, addEdge, addVertex, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, inDegreeOf, incomingEdgesOf, outDegreeOf, outgoingEdgesOf, removeEdge, removeEdge, removeVertex, toString, vertexSet |
UnmodifiableDirectedGraph
public UnmodifiableDirectedGraph(DirectedGraph g)
Creates a new unmodifiable directed graph based on the specified backing
graph.
g - the backing graph on which an unmodifiable graph is to be
created.