Uses of Interface
org.jgrapht.event.TraversalListener
Packages that use TraversalListener
Package
Description
Algorithms dealing with various connectivity aspects of a graph.
Event classes and listener interfaces, used to provide a change notification mechanism on graph
modification events.
Graph traversal means.
-
Uses of TraversalListener in org.jgrapht.alg.connectivity
Classes in org.jgrapht.alg.connectivity that implement TraversalListenerModifier and TypeClassDescriptionprivate classA traversal listener that groups all vertices according to to their containing connected set. -
Uses of TraversalListener in org.jgrapht.event
Classes in org.jgrapht.event that implement TraversalListenerModifier and TypeClassDescriptionclassAn empty do-nothing implementation of theTraversalListenerinterface used for subclasses. -
Uses of TraversalListener in org.jgrapht.traverse
Fields in org.jgrapht.traverse with type parameters of type TraversalListenerModifier and TypeFieldDescriptionprivate final Set<TraversalListener<V, E>> AbstractGraphIterator.traversalListenersMethods in org.jgrapht.traverse with parameters of type TraversalListenerModifier and TypeMethodDescriptionvoidAbstractGraphIterator.addTraversalListener(TraversalListener<V, E> l) voidGraphIterator.addTraversalListener(TraversalListener<V, E> l) Adds the specified traversal listener to this iterator.voidAbstractGraphIterator.removeTraversalListener(TraversalListener<V, E> l) voidGraphIterator.removeTraversalListener(TraversalListener<V, E> l) Removes the specified traversal listener from this iterator.