Class MovePlan


  • public class MovePlan
    extends Plan
    Make a move and dispatch a subgoal for the next.
    • Field Detail

      • move

        protected Move move
        The move to try.
      • board

        protected Board board
        The board.
      • deadline

        protected long deadline
        The deadline.
    • Constructor Detail

      • MovePlan

        public MovePlan()
    • Method Detail

      • body

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

        public void failed()
        The plan failure code.
        Overrides:
        failed in class Plan