Package jadex.bdiv3.testcases.beliefs
Class AbstractBeliefsBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.beliefs.AbstractBeliefsBDI
 
- 
 public class AbstractBeliefsBDI extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.String[]arrayprotected booleanbooleanbprotected bytebytebprotected AbstractBeliefsCapabilitycapaprotected charcharbprotected doubledoublebprotected floatfloatbprotected intintbprotected longlongbprotected shortshortbprotected java.lang.Stringstring
 - 
Constructor SummaryConstructors Constructor Description AbstractBeliefsBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(IInternalAccess agent)
 
- 
- 
- 
Field Detail- 
capaprotected AbstractBeliefsCapability capa 
 - 
bytebprotected byte byteb 
 - 
shortbprotected short shortb 
 - 
intbprotected int intb 
 - 
longbprotected long longb 
 - 
floatbprotected float floatb 
 - 
doublebprotected double doubleb 
 - 
charbprotected char charb 
 - 
booleanbprotected boolean booleanb 
 - 
stringprotected java.lang.String string 
 - 
arrayprotected java.lang.String[] array 
 
- 
 - 
Method Detail- 
destroypublic void destroy(IInternalAccess agent) 
 
- 
 
-