Class CarryPlan


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

      • CarryPlan

        public CarryPlan()
    • Method Detail

      • body

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