Class MethodBeliefAgentBDI


  • public class MethodBeliefAgentBDI
    extends java.lang.Object
    Test using injected values in init expressions or constructors.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String val
      The value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body​(IInternalAccess agent)
      Agent body.
      java.lang.String getValue()
      Get the value.
      void setValue​(java.lang.String value)
      Set the value.
      • Methods inherited from class java.lang.Object

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

      • val

        protected java.lang.String val
        The value.
    • Constructor Detail

      • MethodBeliefAgentBDI

        public MethodBeliefAgentBDI()
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Get the value.
      • setValue

        public void setValue​(java.lang.String value)
        Set the value.