Class GoalPlanResultBDI


  • public class GoalPlanResultBDI
    extends java.lang.Object
    Agent that has a plan that return a value form the body. The value is then used as result value of the goal when the goal uses the @GoalResult.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The agent body.
      java.lang.String plan()
      Plan that reacts on the goals.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GoalPlanResultBDI

        public GoalPlanResultBDI()
    • Method Detail

      • body

        public void body()
        The agent body.
      • plan

        public java.lang.String plan()
        Plan that reacts on the goals.