Package jadex.bdiv3.tutorial.d5
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.d5.TranslationBDI
-
public class TranslationBDI extends java.lang.Object
Translation agent D5. Using a goal with recur 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 IExecutionFeature
execFeature
The execution feature.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()
The init code.protected java.lang.String
translate(java.lang.String eword)
Translate a word.
-
-
-
Field Detail
-
bdiFeature
protected IBDIAgentFeature bdiFeature
The BDI feature.
-
execFeature
protected IExecutionFeature execFeature
The execution feature.
-
wordtable
protected java.util.Map<java.lang.String,java.lang.String> wordtable
The current time.
-
-