Class CheckingPlan


  • public class CheckingPlan
    extends Plan
    Check the grid for garbage.
    • Constructor Detail

      • CheckingPlan

        public CheckingPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan
      • computeNextPosition

        protected static Position computeNextPosition​(Position pos,
                                                      int size)
        Compute the next position.