Package jadex.bdiv3.tutorial.b4
Class TranslationBDI
- java.lang.Object
- 
- jadex.bdiv3.tutorial.b4.TranslationBDI
 
- 
 public class TranslationBDI extends java.lang.ObjectThe translation agent B4. Using other plan methods.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classTranslationBDI.TranslatePlanTranslate an English word to German.
 - 
Field SummaryFields Modifier and Type Field Description protected IBDIAgentFeaturebdiThe bdi api.protected java.util.Map<java.lang.String,java.lang.String>wordtableThe wordtable.
 - 
Constructor SummaryConstructors Constructor Description TranslationBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.voidinit()Create method.
 
- 
- 
- 
Field Detail- 
bdiprotected IBDIAgentFeature bdi The bdi api.
 - 
wordtableprotected java.util.Map<java.lang.String,java.lang.String> wordtable The wordtable.
 
- 
 
-