Class HelloPureAgent


  • public class HelloPureAgent
    extends jadex.bdiv3.runtime.BDIAgent
    Simple hello agent that activates a plan based on a belief change. Pure BDI agent that is not bytecode enhanced. This is achieved by using the baseclass BDIAgent that signals enhancement has already been done.
    • Field Summary

      • Fields inherited from class jadex.bdiv3.runtime.BDIAgent

        __agent, __globalname, __initargs
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloPureAgent()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The agent body.
      static void main​(java.lang.String[] args)
      Start a platform and the example.
      protected void printHello1()  
      • Methods inherited from class jadex.bdiv3.runtime.BDIAgent

        setBeliefValue
      • Methods inherited from class java.lang.Object

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

      • HelloPureAgent

        public HelloPureAgent()
    • Method Detail

      • body

        public void body()
        The agent body.
      • printHello1

        protected void printHello1()
      • main

        public static void main​(java.lang.String[] args)
        Start a platform and the example.