|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org._3pq.jgrapht.graph.AbstractGraph
|
+--org._3pq.jgrapht.graph.GraphDelegator
|
+--org._3pq.jgrapht.graph.UnmodifiableGraph
|
+--org._3pq.jgrapht.graph.UnmodifiableDirectedGraph
A directed graph that cannot be modified.
UnmodifiableGraph, Serialized Form| Constructor Summary | |
UnmodifiableDirectedGraph(DirectedGraph g)
|
|
| Methods inherited from class org._3pq.jgrapht.graph.UnmodifiableGraph |
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex |
| Methods inherited from class org._3pq.jgrapht.graph.GraphDelegator |
containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, toString, vertexSet |
| Methods inherited from class org._3pq.jgrapht.graph.AbstractGraph |
assertVertexExist, containsEdge, removeAllEdges, toStringFromSets |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org._3pq.jgrapht.DirectedGraph |
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf |
| Methods inherited from interface org._3pq.jgrapht.Graph |
addAllEdges, addAllVertices, addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet |
| Constructor Detail |
public UnmodifiableDirectedGraph(DirectedGraph g)
UnmodifiableGraph.UnmodifiableGraph(Graph)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||