Package jadex.bdiv3.tutorial.e2
Class TranslationBDI
- java.lang.Object
- 
- jadex.bdiv3.tutorial.e2.TranslationBDI
 
- 
 public class TranslationBDI extends java.lang.ObjectThe translation agent e1. Using a capability.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IBDIAgentFeaturebdiFeatureThe bdi feature.protected TranslationCapabilitycapaprotected java.util.Map<java.lang.String,java.lang.String>wordtableThe map of words.
 - 
Constructor SummaryConstructors Constructor Description TranslationBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.protected java.util.List<java.lang.String>findSynonyms(ChangeEvent<java.lang.Object[]> ev)Find a synonym.voidinit()The init code.
 
- 
- 
- 
Field Detail- 
bdiFeatureprotected IBDIAgentFeature bdiFeature The bdi feature.
 - 
capaprotected TranslationCapability capa 
 - 
wordtableprotected java.util.Map<java.lang.String,java.lang.String> wordtable The map of words.
 
- 
 - 
Method Detail- 
initpublic void init() The init code.
 - 
bodypublic void body() The agent body.
 - 
findSynonymsprotected java.util.List<java.lang.String> findSynonyms(ChangeEvent<java.lang.Object[]> ev) Find a synonym.
 
- 
 
-