Class Count2BDI


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

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

      Constructors 
      Constructor Description
      Count2BDI()  
    • Method Summary

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

      • Count2BDI

        public Count2BDI()
    • Method Detail

      • body

        public void body()
        The agent body.