Package jadex.bdiv3.tutorial.b4
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.b4.TranslationBDI
-
public class TranslationBDI extends java.lang.Object
The translation agent B4. Using other plan methods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TranslationBDI.TranslatePlan
Translate an English word to German.
-
Field Summary
Fields Modifier and Type Field Description protected IBDIAgentFeature
bdi
The bdi api.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
body()
The agent body.void
init()
Create method.
-
-
-
Field Detail
-
bdi
protected IBDIAgentFeature bdi
The bdi api.
-
wordtable
protected java.util.Map<java.lang.String,java.lang.String> wordtable
The wordtable.
-
-