Uses of Interface
com.jgalgo.graph.IndexRemoveListener
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of IndexRemoveListener in com.jgalgo.graph
Modifier and TypeMethodDescriptionvoid
IndexGraph.addEdgeRemoveListener
(IndexRemoveListener listener) Adds a listener that will be called each time a edge swap is performed.void
IndexGraph.addVertexRemoveListener
(IndexRemoveListener listener) Adds a listener that will be called each time a vertex remove or swap is performed.void
IndexGraph.removeEdgeRemoveListener
(IndexRemoveListener listener) Removes an edge remove listener.void
IndexGraph.removeVertexRemoveListener
(IndexRemoveListener listener) Removes a vertex remove listener.