Class EnglishGermanTranslationPlanB4


  • public class EnglishGermanTranslationPlanB4
    extends Plan
    An english german translation plan can translate english words to german and is instantiated on demand.
    • Field Detail

      • wordtable

        protected static final java.util.Map wordtable
        The wordtable.
    • Constructor Detail

      • EnglishGermanTranslationPlanB4

        public EnglishGermanTranslationPlanB4()
    • Method Detail

      • body

        public void body()
        Execute the plan.
        Specified by:
        body in class Plan
      • containsWord

        public static boolean containsWord​(java.lang.String name)
        Get the dictionary cache.