Class ConstructorsBDI


  • public class ConstructorsBDI
    extends ConstructorsSuper
    Test using injected values in init expressions or constructors.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstructorsBDI()
      Create the agent.
      ConstructorsBDI​(java.lang.String arg)
      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
    • Constructor Detail

      • ConstructorsBDI

        public ConstructorsBDI()
        Create the agent.
      • ConstructorsBDI

        public ConstructorsBDI​(java.lang.String arg)
        Create the agent.
    • Method Detail

      • body

        public void body()
        Agent body.