Package jadex.bdiv3.tutorial.e1
Class TranslationCapability
- java.lang.Object
- 
- jadex.bdiv3.tutorial.e1.TranslationCapability
 
- 
 public class TranslationCapability extends java.lang.ObjectThe translation capability.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classTranslationCapability.TranslateThe translation goal.
 - 
Field SummaryFields Modifier and Type Field Description protected java.util.Map<java.lang.String,java.lang.String>wordtableThe map of words.
 - 
Constructor SummaryConstructors Constructor Description TranslationCapability()Create a new capabiliy.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Stringtranslate(java.lang.String eword)Translate a word.
 
-