|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A graph that supports listeners on structural change events.
GraphListener,
VertexSetListener| Method Summary | |
void |
addGraphListener(GraphListener l)
Adds the specified graph listener to this graph, if not already present. |
void |
addVertexSetListener(VertexSetListener l)
Adds the specified vertex set listener to this graph, if not already present. |
void |
removeGraphListener(GraphListener l)
Removes the specified graph listener from this graph, if present. |
void |
removeVertexSetListener(VertexSetListener l)
Removes the specified vertex set listener from this graph, if present. |
| 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 |
| Method Detail |
public void addGraphListener(GraphListener l)
l - the listener to be added.public void addVertexSetListener(VertexSetListener l)
l - the listener to be added.public void removeGraphListener(GraphListener l)
l - he listener to be removed.public void removeVertexSetListener(VertexSetListener l)
l - the listener to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||