Class EnglishGermanTranslationPlanB1


  • public class EnglishGermanTranslationPlanB1
    extends Plan
    An initial english german translation plan can translate english words to german.
    • Field Detail

      • wordtable

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

      • EnglishGermanTranslationPlanB1

        public EnglishGermanTranslationPlanB1()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan
      • failed

        public void failed()
        Description copied from class: Plan
        The failed method is called on plan failure/abort.
        Overrides:
        failed in class Plan