public class TranslationBDI
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationBDI.Translate
The translation goal.
|
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected jadex.bdiv3.features.IBDIAgentFeature |
bdi
The bdi api.
|
protected java.util.Map<java.lang.String,java.lang.String> |
wordtable
The current time.
|
| Constructor and Description |
|---|
TranslationBDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
body() |
void |
init() |
protected void |
translate(TranslationBDI.Translate goal)
Translate a word.
|
protected jadex.bridge.IInternalAccess agent
protected jadex.bdiv3.features.IBDIAgentFeature bdi
protected java.util.Map<java.lang.String,java.lang.String> wordtable
public void init()
public void body()
protected void translate(TranslationBDI.Translate goal)