Class Translation


  • public class Translation
    extends Object
    A translation of a script.
    • Method Detail

      • getOriginal

        public String getOriginal()
        Gets the original script.
      • getTranslated

        public String getTranslated()
        Gets the translated script.
      • getParameters

        public Set<String> getParameters()
        Gets the parameters used in the translated script.