Package jadex.bdiv3.testcases.beliefs
Class AbstractBeliefsBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.beliefs.AbstractBeliefsBDI
-
public class AbstractBeliefsBDI extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String[]arrayprotected booleanbooleanbprotected bytebytebprotected AbstractBeliefsCapabilitycapaprotected charcharbprotected doubledoublebprotected floatfloatbprotected intintbprotected longlongbprotected shortshortbprotected java.lang.Stringstring
-
Constructor Summary
Constructors Constructor Description AbstractBeliefsBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(IInternalAccess agent)
-
-
-
Field Detail
-
capa
protected AbstractBeliefsCapability capa
-
byteb
protected byte byteb
-
shortb
protected short shortb
-
intb
protected int intb
-
longb
protected long longb
-
floatb
protected float floatb
-
doubleb
protected double doubleb
-
charb
protected char charb
-
booleanb
protected boolean booleanb
-
string
protected java.lang.String string
-
array
protected java.lang.String[] array
-
-
Method Detail
-
destroy
public void destroy(IInternalAccess agent)
-
-