Interface ITerminologyQuery

    • Method Detail

      • getName

        String getName()
        Gets the name of the connector.
        Returns:
        the name of the connector.
      • getSettingsDisplay

        String getSettingsDisplay()
        Gets a display representation of the current settings for this connector. This can be a display of some of the parameters for example, or some explanations about default non-modifiable settings.
        Returns:
        a display representation of the current settings.
      • getSourceLanguage

        LocaleId getSourceLanguage()
      • getTargetLanguage

        LocaleId getTargetLanguage()
      • getAnnotateSource

        boolean getAnnotateSource()
      • getAnnotateTarget

        boolean getAnnotateTarget()
      • setAnnotateSource

        void setAnnotateSource​(boolean annotateSource)
      • setAnnotateTarget

        void setAnnotateTarget​(boolean annotateTarget)
      • setLanguages

        void setLanguages​(LocaleId sourceLocale,
                          LocaleId targetLocale)
      • setParameters

        void setParameters​(IParameters params)
      • open

        void open()