The set of AtomicSymbols which can be concatenated together to make a ISymbolList.

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

Syntax

C#
public interface IAlphabet : IAnnotatable, 
	IChangeable

Remarks

A non-atomic symbol is considered to be contained within this alphabet if all of the atomic symbols that it could match are members of this alphabet.

Original BioJava version by Matthew Pocock and Thomas Down. Port to C# by Doug Swisher.

See Also