Class ExternalGoalBDI


  • public class ExternalGoalBDI
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.bridge.IInternalAccess agent
      The bdi agent.
      protected jadex.base.test.TestReport tr
      The test report.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalGoalBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jadex.commons.future.IFuture<java.lang.Void> body()
      Agent body with behavior code.
      protected void planA​(ExternalGoal goal)
      The plan.
      • Methods inherited from class java.lang.Object

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

      • agent

        protected jadex.bridge.IInternalAccess agent
        The bdi agent.
      • tr

        protected jadex.base.test.TestReport tr
        The test report.
    • Constructor Detail

      • ExternalGoalBDI

        public ExternalGoalBDI()
    • Method Detail

      • planA

        protected void planA​(ExternalGoal goal)
        The plan.
      • body

        public jadex.commons.future.IFuture<java.lang.Void> body()
        Agent body with behavior code.