org._3pq.jgrapht.graph
public class UnmodifiableUndirectedGraph extends UnmodifiableGraph implements UndirectedGraph
UnmodifiableGraph
,
Serialized FormConstructor and Description |
---|
UnmodifiableUndirectedGraph(UndirectedGraph g)
Creates a new unmodifiable undirected 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
degreeOf
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet
public UnmodifiableUndirectedGraph(UndirectedGraph g)
g
- the backing graph on which an unmodifiable graph is to be
created.