Class RandomWalker


  • public class RandomWalker
    extends Walker
    Example d'un marcheur aléatoire.
    • Field Summary

    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void nextStep()
      Fait bouger le marcheur vers sa prochaine étape.
      • Methods inherited from class org.hololink.labyrinth.solve.Walker

        walk
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • nextStep

        public void nextStep()
        Description copied from class: Walker
        Fait bouger le marcheur vers sa prochaine étape.
        Specified by:
        nextStep in class Walker
      • main

        public static void main​(java.lang.String[] args)