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 SummaryFields Modifier and Type Field Description protected java.lang.StringvalThe value.
 - 
Constructor SummaryConstructors Constructor Description MethodBeliefAgentBDI()
 - 
Method SummaryAll 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- 
getValuepublic java.lang.String getValue() Get the value.
 - 
setValuepublic void setValue(java.lang.String value) Set the value.
 - 
bodypublic void body(IInternalAccess agent) Agent body.
 
- 
 
-