Uses of Class
org.jgrapht.event.GraphEdgeChangeEvent
Packages that use 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
Methods in org.jgrapht.alg.connectivity with parameters of type GraphEdgeChangeEventModifier and TypeMethodDescriptionvoidConnectivityInspector.edgeAdded(GraphEdgeChangeEvent<V, E> e) voidConnectivityInspector.edgeRemoved(GraphEdgeChangeEvent<V, E> e) -
Uses of GraphEdgeChangeEvent in org.jgrapht.alg.util
Methods in org.jgrapht.alg.util with parameters of type GraphEdgeChangeEventModifier and TypeMethodDescriptionvoidNeighborCache.edgeAdded(GraphEdgeChangeEvent<V, E> e) voidNeighborCache.edgeRemoved(GraphEdgeChangeEvent<V, E> e) -
Uses of GraphEdgeChangeEvent in org.jgrapht.event
Methods in org.jgrapht.event with parameters of type GraphEdgeChangeEventModifier and TypeMethodDescriptionvoidGraphListener.edgeAdded(GraphEdgeChangeEvent<V, E> e) Notifies that an edge has been added to the graph.voidGraphListener.edgeRemoved(GraphEdgeChangeEvent<V, E> e) Notifies that an edge has been removed from the graph.default voidGraphListener.edgeWeightUpdated(GraphEdgeChangeEvent<V, E> e) Notifies that an edge weight has been updated. -
Uses of GraphEdgeChangeEvent in org.jgrapht.ext
Methods in org.jgrapht.ext with parameters of type GraphEdgeChangeEventModifier and TypeMethodDescriptionvoidJGraphXAdapter.edgeAdded(GraphEdgeChangeEvent<V, E> e) voidJGraphXAdapter.edgeRemoved(GraphEdgeChangeEvent<V, E> e)