Class GoalBDI


  • public class GoalBDI
    extends java.lang.Object
    Simple agent with inline count goal.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  GoalBDI.Count2Goal
      Goal with target and drop condition.
    • Constructor Summary

      Constructors 
      Constructor Description
      GoalBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected IFuture<java.lang.Void> inc​(GoalBDI.Count2Goal goal)
      Inline plan method that reacts on count goal.
      • Methods inherited from class java.lang.Object

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

      • GoalBDI

        public GoalBDI()