Class RandomWalkPlan


  • public class RandomWalkPlan
    extends java.lang.Object
    Wander around randomly.
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomWalkPlan()
      Create a new plan.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IFuture<java.lang.Void> body()
      The plan body.
      • Methods inherited from class java.lang.Object

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

      • RandomWalkPlan

        public RandomWalkPlan()
        Create a new plan.
    • Method Detail

      • body

        public IFuture<java.lang.Void> body()
        The plan body.