Package jadex.bdiv3.tutorial.c1
Class TranslationBDI
- java.lang.Object
- 
- jadex.bdiv3.tutorial.c1.TranslationBDI
 
- 
 public class TranslationBDI extends java.lang.ObjectThe translation agent C1. (Belief that triggers plan) This translation agent allows for adding word pairs to extend its dictionary.
- 
- 
Field SummaryFields Modifier and Type Field Description 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 voidcheckWordPairPlan(ChangeEvent<ChangeInfo<java.lang.String>> event)Add a new word pair to the dictionary.voidinit()
 
- 
- 
- 
Method Detail- 
initpublic void init() 
 - 
checkWordPairPlanpublic void checkWordPairPlan(ChangeEvent<ChangeInfo<java.lang.String>> event) Add a new word pair to the dictionary.
 
- 
 
-