Package jadex.bdiv3.tutorial.e2
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.e2.TranslationBDI
-
public class TranslationBDI extends java.lang.Object
The translation agent e1. Using a capability.
-
-
Field Summary
Fields Modifier and Type Field Description protected IBDIAgentFeature
bdiFeature
The bdi feature.protected TranslationCapability
capa
protected java.util.Map<java.lang.String,java.lang.String>
wordtable
The map of words.
-
Constructor Summary
Constructors Constructor Description TranslationBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.protected java.util.List<java.lang.String>
findSynonyms(ChangeEvent<java.lang.Object[]> ev)
Find a synonym.void
init()
The init code.
-
-
-
Field Detail
-
bdiFeature
protected IBDIAgentFeature bdiFeature
The bdi feature.
-
capa
protected TranslationCapability capa
-
wordtable
protected java.util.Map<java.lang.String,java.lang.String> wordtable
The map of words.
-
-
Method Detail
-
init
public void init()
The init code.
-
body
public void body()
The agent body.
-
findSynonyms
protected java.util.List<java.lang.String> findSynonyms(ChangeEvent<java.lang.Object[]> ev)
Find a synonym.
-
-