Class TranslationCapability


  • public class TranslationCapability
    extends java.lang.Object
    The translation capability.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.String> wordtable
      The map of words.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • wordtable

        protected java.util.Map<java.lang.String,​java.lang.String> wordtable
        The map of words.
    • Constructor Detail

      • TranslationCapability

        public TranslationCapability()
        Create a new capabiliy.
    • Method Detail

      • translate

        protected java.lang.String translate​(java.lang.String eword)
        Translate a word.