An alphabet that contains a single atomic symbol.

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

Syntax

C#
public class SingletonAlphabet : AbstractAlphabet, 
	IFiniteAlphabet, IAlphabet, IAnnotatable, IChangeable

Remarks

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

Inheritance Hierarchy

System..::.Object
  BioSharp.Core.Utils..::.AbstractChangeable
    BioSharp.Core.Bio.Symbol..::.AbstractAlphabet
      BioSharp.Core.Bio.Symbol..::.SingletonAlphabet

See Also