public interface ManyToOneTranslationTable extends TranslationTable
It differs from a ReversibleTranslationTable in that the reverse translation returns a Set of Symbols in the source alphabet that translate to give that Symbol in the target Alphabet.
ALT_YEAST_NUC, ASCID_MITO, BACTERIAL, BLEPH_MNUC, CHLORO_MITO, CILIATE_NUC, ECHIN_MITO, EUPL_NUC, FWORM_MITO, INVERT_MITO, MOLD_MITO, SCENE_MITO, TREMA_MITO, UNIVERSAL, VERT_MITO, YEAST_MITO
Modifier and Type | Method and Description |
---|---|
Set |
untranslate(Symbol sym)
Translate a single symbol from target alphabet to the source alphabet.
|
getSourceAlphabet, getTargetAlphabet, translate
Set untranslate(Symbol sym) throws IllegalSymbolException
sym
- the Symbol to reverse-translate (member of target alphabet)IllegalSymbolException
- if sym is not a member of the target
alphabetCopyright © 2014 BioJava. All rights reserved.