Package jadex.bdiv3.tutorial.f2
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.f2.TranslationBDI
-
public class TranslationBDI extends java.lang.ObjectThe translation agent F2. Translation agent that implements itself the translation service indirectly using plans. In each plan a service trigger is specified that defines to which service calls it should react to.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTranslationBDI.TranslatePlanTranslate an English word to German.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentprotected java.util.Map<java.lang.String,java.lang.String>wordtableThe wordtable.
-
Constructor Summary
Constructors Constructor Description TranslationBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()java.lang.StringinternetTranslate(java.lang.Object[] params)Translate an English word to German.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
wordtable
protected java.util.Map<java.lang.String,java.lang.String> wordtable
The wordtable.
-
-