Package jadex.bdiv3.tutorial.d4
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.d4.TranslationBDI
-
public class TranslationBDI extends java.lang.Object
Translation agent D3. Using a creation goal condition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TranslationBDI.Translate
The translation goal.
-
Field Summary
Fields Modifier and Type Field Description protected IBDIAgentFeature
bdiFeature
The BDI feature.protected java.lang.String
eword
protected java.util.Map<java.lang.String,java.lang.String>
wordtable
The current time.
-
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()
protected void
translate(java.lang.String eword)
Translate a word.
-
-
-
Field Detail
-
bdiFeature
protected IBDIAgentFeature bdiFeature
The BDI feature.
-
wordtable
protected java.util.Map<java.lang.String,java.lang.String> wordtable
The current time.
-
eword
protected java.lang.String eword
-
-