This ChangeType indicates that some symbols have been added or removed from the alphabet.

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

Syntax

C#
public static readonly ChangeType SYMBOLS

Remarks

The current and previous fields should indicate what symbols were there originally, and what they have been replaced with.

If the alphabet wishes to propagate that the symbol has changed state, then previous and current should be null, but the chainedEvent property should rever to the ChangeEvent on the unerlying Symbol.

See Also