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