Package jadex.bdiv3.tutorial.f3
Class TranslationBDI
- java.lang.Object
- 
- jadex.bdiv3.tutorial.f3.TranslationBDI
 
- 
 public class TranslationBDI extends java.lang.ObjectThe translation agent B5. BDI goal that is automatically published as service.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected java.util.Map<java.lang.String,java.lang.String>wordtableThe wordtable.
 - 
Constructor SummaryConstructors Constructor Description TranslationBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()Create a new plan.java.lang.StringtranslatePlan(java.lang.String eword)Plan reacts to the automatically created translation goal.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
wordtableprotected java.util.Map<java.lang.String,java.lang.String> wordtable The wordtable.
 
- 
 
-