Package jadex.bdiv3.tutorial.d5
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.d5.TranslationBDI
-
public class TranslationBDI extends java.lang.ObjectTranslation agent D5. Using a goal with recur condition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTranslationBDI.TranslateThe translation goal.
-
Field Summary
Fields Modifier and Type Field Description protected IBDIAgentFeaturebdiFeatureThe BDI feature.protected IExecutionFeatureexecFeatureThe execution feature.protected java.util.Map<java.lang.String,java.lang.String>wordtableThe current time.
-
Constructor Summary
Constructors Constructor Description TranslationBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.voidinit()The init code.protected java.lang.Stringtranslate(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.
-
-