Package jadex.bdiv3.testcases.misc
Class MethodBeliefAgentBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.misc.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.
-
Constructor Summary
Constructors Constructor Description MethodBeliefAgentBDI()
-
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.
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Get the value.
-
setValue
public void setValue(java.lang.String value)
Set the value.
-
body
public void body(IInternalAccess agent)
Agent body.
-
-