Interface ManyToOneTranslationTable

    • Method Detail

      • untranslate

        Set untranslate​(Symbol sym)
                 throws IllegalSymbolException
        Translate a single symbol from target alphabet to the source alphabet.
        Parameters:
        sym - the Symbol to reverse-translate (member of target alphabet)
        Returns:
        a Set containing symbols that translate to the specified Symbol.
        Throws:
        IllegalSymbolException - if sym is not a member of the target alphabet