Package jadex.bdiv3.tutorial.f3
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.f3.TranslationBDI
-
public class TranslationBDI extends java.lang.Object
The translation agent B5. BDI goal that is automatically published as service.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
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()
Create a new plan.java.lang.String
translatePlan(java.lang.String eword)
Plan reacts to the automatically created translation goal.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
wordtable
protected java.util.Map<java.lang.String,java.lang.String> wordtable
The wordtable.
-
-