Package jadex.bdiv3.tutorial.c1
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.c1.TranslationBDI
-
public class TranslationBDI extends java.lang.Object
The translation agent C1. (Belief that triggers plan) This translation agent allows for adding word pairs to extend its dictionary.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,java.lang.String>
wordtable
The wordtable.
-
Constructor Summary
Constructors Constructor Description TranslationBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkWordPairPlan(ChangeEvent<ChangeInfo<java.lang.String>> event)
Add a new word pair to the dictionary.void
init()
-
-
-
Method Detail
-
init
public void init()
-
checkWordPairPlan
public void checkWordPairPlan(ChangeEvent<ChangeInfo<java.lang.String>> event)
Add a new word pair to the dictionary.
-
-