Package jadex.bdiv3.tutorial.e1
Class TranslationCapability
- java.lang.Object
-
- jadex.bdiv3.tutorial.e1.TranslationCapability
-
public class TranslationCapability extends java.lang.Object
The translation capability.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TranslationCapability.Translate
The translation goal.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,java.lang.String>
wordtable
The 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.String
translate(java.lang.String eword)
Translate a word.
-