Class SimpleReversibleTranslationTable

java.lang.Object
org.biojava.bio.symbol.AbstractReversibleTranslationTable
org.biojava.bio.symbol.SimpleReversibleTranslationTable
All Implemented Interfaces:
Serializable, ReversibleTranslationTable, TranslationTable

A no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.
Author:
Matthew Pocock, David Huen (refactoring)
See Also: