Class TranslationCapability


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getWordtable()
      Get the wordtable.
      void setWordtable​(java.util.Map<java.lang.String,​java.lang.String> wordtable)
      Set the wordtable.
      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
    • Constructor Detail

      • TranslationCapability

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

      • translate

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

        public java.util.Map<java.lang.String,​java.lang.String> getWordtable()
        Get the wordtable.
      • setWordtable

        public void setWordtable​(java.util.Map<java.lang.String,​java.lang.String> wordtable)
        Set the wordtable.