Uses of Interface
org.biojava.bio.symbol.TranslationTable
-
Packages that use TranslationTable Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of TranslationTable in org.biojava.bio.symbol
Subinterfaces of TranslationTable in org.biojava.bio.symbol Modifier and Type Interface Description interfaceManyToOneTranslationTableA translation table that will handle the many-to-one mappings that you see, for example, with genetic codes.interfaceReversibleTranslationTableA translation table that can also translate from the target to source alphabet.Classes in org.biojava.bio.symbol that implement TranslationTable Modifier and Type Class Description classAbstractManyToOneTranslationTablean abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.classAbstractReversibleTranslationTablean abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.classSimpleGeneticCodeTableA genetic code translation table representing a translation table in the DDBJ/EMBL/GenBank Feature Table (appendix V).classSimpleManyToOneTranslationTableA no-frills implementation of a translation table that maps between two alphabets.classSimpleReversibleTranslationTableA no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.classSimpleTranslationTableA no-frills implementation of TranslationTable that uses a Map to map from symbols in a finite source alphabet into a target alphabet.Methods in org.biojava.bio.symbol with parameters of type TranslationTable Modifier and Type Method Description static SymbolListSymbolListViews. translate(SymbolList symbols, TranslationTable table)Provides a 'translated' view of an underlying SymbolList.
-