Class TranslationBDI.TranslatePlan

  • Enclosing class:
    TranslationBDI

    public class TranslationBDI.TranslatePlan
    extends java.lang.Object
    Translate an English word to German.
    • Constructor Summary

      Constructors 
      Constructor Description
      TranslatePlan()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String body​(java.lang.Object[] params)  
      boolean checkPrecondition​(java.lang.Object[] params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TranslatePlan

        public TranslatePlan()
    • Method Detail

      • checkPrecondition

        public boolean checkPrecondition​(java.lang.Object[] params)
        Returns:
        True, if word map is applicable.
      • body

        public java.lang.String body​(java.lang.Object[] params)
        Parameters:
        eword -
        Returns: