java.lang.Object
de.serra.graph_walker.VisitController
Allows to control the traversal.
- Author:
- Peter Lamby
-
Method Summary
Modifier and TypeMethodDescriptionvoidDon't visit any children of the current value.voidstop()Immediatly stop the traversal.
-
Method Details
-
stop
public void stop()Immediatly stop the traversal. No more visit methods will be called. -
dontGoDeeper
public void dontGoDeeper()Don't visit any children of the current value.
-