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 Summary
Nested Classes Modifier and Type Class Description classTranslationCapability.TranslateThe translation goal.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,java.lang.String>wordtableThe map of words.
-
Constructor Summary
Constructors Constructor Description TranslationCapability()Create a new capabiliy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Stringtranslate(java.lang.String eword)Translate a word.
-