Class BDIGoal


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

      Constructors 
      Constructor Description
      BDIGoal()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setParameterValue​(java.lang.String paramname, 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

      • __globalname

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

      • BDIGoal

        public BDIGoal()
    • Method Detail

      • setParameterValue

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