Class GoPlanEnv


  • public class GoPlanEnv
    extends Plan
    Go to a specified position.
    • Field Detail

      • action

        protected int action
        The go action id (or -1 if not set).
    • Constructor Detail

      • GoPlanEnv

        public GoPlanEnv()
    • Method Detail

      • body

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

        public void aborted()
        Description copied from class: Plan
        The plan was aborted (because of conditional goal success or termination from outside).
        Overrides:
        aborted in class Plan