Uses of Interface
com.jgalgo.graph.IndexRemoveListener
Packages that use IndexRemoveListener
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of IndexRemoveListener in com.jgalgo.graph
Methods in com.jgalgo.graph with parameters of type IndexRemoveListenerModifier and TypeMethodDescriptionvoidIndexGraph.addEdgeRemoveListener(IndexRemoveListener listener) Adds a listener that will be called each time a edge swap is performed.voidIndexGraph.addVertexRemoveListener(IndexRemoveListener listener) Adds a listener that will be called each time a vertex remove or swap is performed.voidIndexGraph.removeEdgeRemoveListener(IndexRemoveListener listener) Removes an edge remove listener.voidIndexGraph.removeVertexRemoveListener(IndexRemoveListener listener) Removes a vertex remove listener.