Class BDIAgent


  • public class BDIAgent
    extends java.lang.Object
    Base class for non-bytecode-enhanced BDI agents.
    • Constructor Summary

      Constructors 
      Constructor Description
      BDIAgent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setBeliefValue​(java.lang.String beliefname, java.lang.Object value)
      Set a belief value and throw the change events.
      • Methods inherited from class java.lang.Object

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

      • __initargs

        public java.util.List<java.lang.Object> __initargs
        The init arguments.
      • __globalname

        public java.lang.String __globalname
        The global name.
    • Constructor Detail

      • BDIAgent

        public BDIAgent()
    • Method Detail

      • setBeliefValue

        public void setBeliefValue​(java.lang.String beliefname,
                                   java.lang.Object value)
        Set a belief value and throw the change events.
        Parameters:
        beliefname - The belief name.
        value - The value.