Class EnglishGermanTranslationPlanB6


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

      • wordtable

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

      • EnglishGermanTranslationPlanB6

        public EnglishGermanTranslationPlanB6()
    • Method Detail

      • body

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