Class CountBDI


  • public class CountBDI
    extends java.lang.Object
    Simple agent with inline count goal.
    • Constructor Summary

      Constructors 
      Constructor Description
      CountBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The agent body.
      protected IFuture<java.lang.Void> inc​(CountGoal 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

      • CountBDI

        public CountBDI()
    • Method Detail

      • body

        public void body()
        The agent body.
      • inc

        protected IFuture<java.lang.Void> inc​(CountGoal goal)
        Inline plan method that reacts on count goal.