Class CarryOrePlan


  • public class CarryOrePlan
    extends Plan
    This is a simple plan for the CarryAgents to carry ore. After asking the belief base for the destination the Agent will dispatch subgoals to move between there and his home-location. At the destination he will modify the amount of present ore till all is gone.
    • Constructor Detail

      • CarryOrePlan

        public CarryOrePlan()
    • Method Detail

      • body

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