public class TranslationBDI
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationBDI.TranslatePlan
Translate an English word to German.
|
| 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 |
init() |
java.lang.String |
internetTranslate(java.lang.Object[] params)
Translate an English word to German.
|