Class CheckingPlanEnv


  • public class CheckingPlanEnv
    extends java.lang.Object
    Check the grid for garbage.
    • Constructor Summary

      Constructors 
      Constructor Description
      CheckingPlanEnv()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The plan body.
      protected static jadex.extension.envsupport.math.IVector2 computeNextPosition​(jadex.extension.envsupport.math.IVector2 pos, int sizex, int sizey)
      Compute the next position.
      • Methods inherited from class java.lang.Object

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

      • CheckingPlanEnv

        public CheckingPlanEnv()
    • Method Detail

      • body

        public void body()
        The plan body.
      • computeNextPosition

        protected static jadex.extension.envsupport.math.IVector2 computeNextPosition​(jadex.extension.envsupport.math.IVector2 pos,
                                                                                      int sizex,
                                                                                      int sizey)
        Compute the next position.