Package org.biojavax

Interface CrossReferenceResolver

    • Method Detail

      • getRemoteSymbolList

        SymbolList getRemoteSymbolList​(CrossRef cr,
                                       Alphabet a)
        Given a cross reference, return the corresponding symbol list.
        Parameters:
        cr - the cross reference to look up.
        a - the alphabet to construct the infinitely ambiguous symbol list over if it cannot be found.
        Returns:
        the symbol list matching it. If none, return an infintely-ambiguous symbol list rather than null.