Class TranslationPlan


  • public class TranslationPlan
    extends java.lang.Object
    Translation plan that translates one word.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.String> wordtable
      The wordtable.
    • Constructor Summary

      Constructors 
      Constructor Description
      TranslationPlan()
      Create a new TranslationPlan.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void translateEnglishGerman()
      Plan body invoke once when plan is activated.
      • 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 wordtable.
    • Constructor Detail

      • TranslationPlan

        public TranslationPlan()
        Create a new TranslationPlan.
    • Method Detail

      • translateEnglishGerman

        public void translateEnglishGerman()
        Plan body invoke once when plan is activated.