Package jadex.bdiv3.tutorial.d6
Class TranslationBDI
- java.lang.Object
- 
- jadex.bdiv3.tutorial.d6.TranslationBDI
 
- 
 public class TranslationBDI extends java.lang.ObjectThe translation agent E3. Uses a maintain goal to limit the number of entries in its database.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classTranslationBDI.MaintainStorageGoalMaintain goal that ensures that only maxstorage number of entries are in the table wordtable.
 - 
Field SummaryFields Modifier and Type Field Description protected IBDIAgentFeaturebdiFeatureThe BDI feature.protected IExecutionFeatureexecFeatureThe execution feature.protected java.util.Map<java.lang.String,java.lang.String>wordtableThe map of words.
 - 
Constructor SummaryConstructors Constructor Description TranslationBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.protected voidremoveEntry()Removal plan that remove one entry.
 
- 
- 
- 
Field Detail- 
bdiFeatureprotected IBDIAgentFeature bdiFeature The BDI feature.
 - 
execFeatureprotected IExecutionFeature execFeature The execution feature.
 - 
wordtableprotected java.util.Map<java.lang.String,java.lang.String> wordtable The map of words.
 
- 
 
-