Package | Description |
---|---|
edu.uci.ics.jung.graph.event | |
edu.uci.ics.jung.utils |
Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application.
|
test.edu.uci.ics.jung.graph.event |
Modifier and Type | Method and Description |
---|---|
void |
GraphEventListener.edgeAdded(GraphEvent event) |
void |
GraphEventListener.edgeRemoved(GraphEvent event) |
protected void |
GraphListenerHandler.notifyListenersEdgeAdded(GraphEvent ge) |
protected void |
GraphListenerHandler.notifyListenersEdgeRemoved(GraphEvent ge) |
protected void |
GraphListenerHandler.notifyListenersVertexAdded(GraphEvent ge) |
protected void |
GraphListenerHandler.notifyListenersVertexRemoved(GraphEvent ge) |
void |
GraphEventListener.vertexAdded(GraphEvent event) |
void |
GraphEventListener.vertexRemoved(GraphEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SubsetManager.edgeAdded(GraphEvent event)
Adds the edge whose event this is to all appropriate subsets.
|
void |
SubsetManager.edgeRemoved(GraphEvent event)
Removes the edge whose event this is from all appropriate subsets.
|
void |
SubsetManager.vertexAdded(GraphEvent event)
Adds the vertex whose event this is to all appropriate subsets.
|
void |
SubsetManager.vertexRemoved(GraphEvent event)
Removes the vertex whose event this is from all appropriate subsets.
|
Modifier and Type | Method and Description |
---|---|
void |
TestGraphEventListener.EventConsistencyChecker.edgeAdded(GraphEvent event) |
void |
TestGraphEventListener.EventConsistencyChecker.edgeRemoved(GraphEvent event) |
void |
TestGraphEventListener.EventConsistencyChecker.vertexAdded(GraphEvent event) |
void |
TestGraphEventListener.EventConsistencyChecker.vertexRemoved(GraphEvent event) |