• Method Detail

      • getTableNumber

        public int getTableNumber()
        Returns:
        the value for the feature qualifier table_num found in the DDBJ/EMBL/GenBank Feature Table. The associated feature key is CDS.
      • getDescription

        public String getDescription()
        Returns:
        A string descripting this table, normally the one found in the DDBJ/EMBL/GenBank Feature Table.
      • translate

        public Symbol translate​(Symbol sym)
                         throws IllegalSymbolException

        Translate a single symbol from source alphabet to the target alphabet.

        Specified by:
        translate in interface TranslationTable
        Parameters:
        sym - the Symbol to translate (member of source alphabet)
        Returns:
        the translated version of sym (member of target alphabet)
        Throws:
        IllegalSymbolException - if sym is not a member of the source alphabet