Class VisitController

java.lang.Object
de.serra.graph_walker.VisitController

public class VisitController extends Object
Allows to control the traversal.
Author:
Peter Lamby
  • 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.