public class TranslationBDI
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent |
protected java.util.Map<java.lang.String,java.lang.String> |
wordtable
The wordtable.
|
| Constructor and Description |
|---|
TranslationBDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
body()
Create a new plan.
|
void |
translatePlan(TranslationGoal tg)
Plan reacts to the automatically created
translation goal.
|
protected jadex.bridge.IInternalAccess agent
protected java.util.Map<java.lang.String,java.lang.String> wordtable
public void body()
public void translatePlan(TranslationGoal tg)
tg - The translation goal.