an abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public abstract class AbstractManyToOneTranslationTable : AbstractTranslationTable, 
	IManyToOneTranslationTable, ITranslationTable

Remarks

The mapping between the alphabets can be either one-to-one or many-to one.

Original BioJava version by David Huen. Port to C# by Doug Swisher.

Inheritance Hierarchy

See Also