Class InitExpressionsBDI


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

      Fields 
      Modifier and Type Field Description
      protected IInternalAccess agent  
      protected java.lang.String name1
      The agent name.
      protected java.lang.String name2
      The agent name.
    • Constructor Summary

      Constructors 
      Constructor Description
      InitExpressionsBDI()
      Create the agent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      Agent body.
      • Methods inherited from class java.lang.Object

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

      • name1

        protected java.lang.String name1
        The agent name.
      • name2

        protected java.lang.String name2
        The agent name.
    • Constructor Detail

      • InitExpressionsBDI

        public InitExpressionsBDI()
        Create the agent.
    • Method Detail

      • body

        public void body()
        Agent body.