Package jadex.bdiv3.tutorial.f3.old
Class TranslationBDI
- java.lang.Object
- 
- jadex.bdiv3.tutorial.f3.old.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.voidtranslatePlan(TranslationGoal tg)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.
 
- 
 - 
Method Detail- 
bodypublic void body() Create a new plan.
 - 
translatePlanpublic void translatePlan(TranslationGoal tg) Plan reacts to the automatically created translation goal.- Parameters:
- tg- The translation goal.
 
 
- 
 
-