Class CountBDI


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

      Fields 
      Modifier and Type Field Description
      protected jadex.bridge.IInternalAccess agent
      The agent.
    • 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 jadex.commons.future.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
    • Field Detail

      • agent

        protected jadex.bridge.IInternalAccess agent
        The agent.
    • Constructor Detail

      • CountBDI

        public CountBDI()
    • Method Detail

      • body

        public void body()
        The agent body.
      • inc

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