Class Walker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean shouldWalk  
    • Constructor Summary

      Constructors 
      Constructor Description
      Walker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()  
      void setShouldWalk​(boolean shouldWalk)  
      boolean shouldWalk()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • shouldWalk

        protected boolean shouldWalk
    • Constructor Detail

      • Walker

        public Walker()
    • Method Detail

      • reset

        public void reset()
      • shouldWalk

        public boolean shouldWalk()
      • setShouldWalk

        public void setShouldWalk​(boolean shouldWalk)