Uses of Class
org.biojava.bio.symbol.AbstractReversibleTranslationTable
-
Packages that use AbstractReversibleTranslationTable Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of AbstractReversibleTranslationTable in org.biojava.bio.symbol
Subclasses of AbstractReversibleTranslationTable in org.biojava.bio.symbol Modifier and Type Class Description class
SimpleReversibleTranslationTable
A no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.
-