Uses of Class
org.jgrapht.event.GraphEdgeChangeEvent
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 GraphEdgeChangeEvent in org.jgrapht.alg.connectivity
Modifier and TypeMethodDescriptionvoid
ConnectivityInspector.edgeAdded
(GraphEdgeChangeEvent<V, E> e) void
ConnectivityInspector.edgeRemoved
(GraphEdgeChangeEvent<V, E> e) -
Uses of GraphEdgeChangeEvent in org.jgrapht.alg.util
Modifier and TypeMethodDescriptionvoid
NeighborCache.edgeAdded
(GraphEdgeChangeEvent<V, E> e) void
NeighborCache.edgeRemoved
(GraphEdgeChangeEvent<V, E> e) -
Uses of GraphEdgeChangeEvent in org.jgrapht.event
Modifier and TypeMethodDescriptionvoid
GraphListener.edgeAdded
(GraphEdgeChangeEvent<V, E> e) Notifies that an edge has been added to the graph.void
GraphListener.edgeRemoved
(GraphEdgeChangeEvent<V, E> e) Notifies that an edge has been removed from the graph.default void
GraphListener.edgeWeightUpdated
(GraphEdgeChangeEvent<V, E> e) Notifies that an edge weight has been updated. -
Uses of GraphEdgeChangeEvent in org.jgrapht.ext
Modifier and TypeMethodDescriptionvoid
JGraphXAdapter.edgeAdded
(GraphEdgeChangeEvent<V, E> e) void
JGraphXAdapter.edgeRemoved
(GraphEdgeChangeEvent<V, E> e)