Class TranslationCapability.Translate

  • Enclosing class:
    TranslationCapability

    public class TranslationCapability.Translate
    extends java.lang.Object
    The translation goal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String eword
      The english word.
      protected java.lang.String gword
      The german word.
    • Constructor Summary

      Constructors 
      Constructor Description
      Translate​(java.lang.String eword)
      Create a new translate goal.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • eword

        protected java.lang.String eword
        The english word.
      • gword

        protected java.lang.String gword
        The german word.
    • Constructor Detail

      • Translate

        public Translate​(java.lang.String eword)
        Create a new translate goal.