Package jadex.bdiv3.testcases.misc
Class MethodBeliefAgentBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.misc.MethodBeliefAgentBDI
-
public class MethodBeliefAgentBDI extends java.lang.ObjectTest using injected values in init expressions or constructors.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringvalThe value.
-
Constructor Summary
Constructors Constructor Description MethodBeliefAgentBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody(IInternalAccess agent)Agent body.java.lang.StringgetValue()Get the value.voidsetValue(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.
-
-