Uses of Class
org.jgrapht.event.GraphVertexChangeEvent
| Package | Description |
|---|---|
| org.jgrapht.alg.connectivity |
Algorithms dealing with various connectivity aspects of a graph.
|
| org.jgrapht.alg.util |
Utilities used by JGraphT algorithms.
|
| org.jgrapht.event |
Event classes and listener interfaces, used to provide a change notification mechanism on graph
modification events.
|
| org.jgrapht.ext |
Extensions and integration means to other products.
|
-
Uses of GraphVertexChangeEvent in org.jgrapht.alg.connectivity
Methods in org.jgrapht.alg.connectivity with parameters of type GraphVertexChangeEvent Modifier and Type Method Description voidConnectivityInspector. vertexAdded(GraphVertexChangeEvent<V> e)voidConnectivityInspector. vertexRemoved(GraphVertexChangeEvent<V> e) -
Uses of GraphVertexChangeEvent in org.jgrapht.alg.util
Methods in org.jgrapht.alg.util with parameters of type GraphVertexChangeEvent Modifier and Type Method Description voidNeighborCache. vertexAdded(GraphVertexChangeEvent<V> e)voidNeighborCache. vertexRemoved(GraphVertexChangeEvent<V> e) -
Uses of GraphVertexChangeEvent in org.jgrapht.event
Methods in org.jgrapht.event with parameters of type GraphVertexChangeEvent Modifier and Type Method Description voidVertexSetListener. vertexAdded(GraphVertexChangeEvent<V> e)Notifies that a vertex has been added to the graph.voidVertexSetListener. vertexRemoved(GraphVertexChangeEvent<V> e)Notifies that a vertex has been removed from the graph. -
Uses of GraphVertexChangeEvent in org.jgrapht.ext
Methods in org.jgrapht.ext with parameters of type GraphVertexChangeEvent Modifier and Type Method Description voidJGraphXAdapter. vertexAdded(GraphVertexChangeEvent<V> e)voidJGraphXAdapter. vertexRemoved(GraphVertexChangeEvent<V> e)