Class CarryPlan


  • public class CarryPlan
    extends Plan
    This is the main plan for the different Carry Agents. It waits for an incomming request, extracts the sended location and dispatches a new (sub) Goal to carry the ore. Finally a subgoal is created to return home.
    • Constructor Detail

      • CarryPlan

        public CarryPlan()
    • Method Detail

      • body

        public void body()
        Plan body.
        Specified by:
        body in class Plan