Uses of Class
org.biojava.bio.symbol.SimpleTranslationTable

Packages that use SimpleTranslationTable
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
 

Uses of SimpleTranslationTable in org.biojava.bio.symbol
 

Subclasses of SimpleTranslationTable in org.biojava.bio.symbol
 class SimpleReversibleTranslationTable
          A no-frills implementation of ReversibleTranslationTable that uses two Maps to map between symbols in a finite source alphabet into a finite target alphabet.