Class ExternalGoalBDI


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

      Constructors 
      Constructor Description
      ExternalGoalBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • ExternalGoalBDI

        public ExternalGoalBDI()
    • Method Detail

      • planA

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

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