Encapsulate a mapping between BioJava Symbol objects and some string representation.

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

Syntax

C#
public interface ISymbolTokenization : IAnnotatable, 
	IChangeable

Remarks

In BioJava, this interface contained nested objects, which is not allowed in .Net. These have been broken out to the SymbolTokenization class.

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

See Also