This is a utility implementation of Changeable that doesn't fire any events
or keep references to any listeners. Use this when you have a final immutable
class and can't be bothered to fill in all those method stubs.
Namespace:
BioSharp.Core.UtilsAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public class Unchangeable : IChangeable |
Remarks
Original BioJava version by Matthew Pocock. Port to C# by Doug Swisher.
Inheritance Hierarchy
System..::.Object
BioSharp.Core.Utils..::.Unchangeable
BioSharp.Core.Bio.Seq.Impl..::.ViewSequence
BioSharp.Core.Bio.Seq.IO..::.AlternateTokenization
BioSharp.Core.Bio.Seq.IO..::.CharacterTokenization
BioSharp.Core.Bio.Seq.IO..::.WordTokenization
BioSharp.Core.Bio.Symbol..::.EmptyAlphabet
BioSharp.Core.Utils..::.Unchangeable
BioSharp.Core.Bio.Seq.Impl..::.ViewSequence
BioSharp.Core.Bio.Seq.IO..::.AlternateTokenization
BioSharp.Core.Bio.Seq.IO..::.CharacterTokenization
BioSharp.Core.Bio.Seq.IO..::.WordTokenization
BioSharp.Core.Bio.Symbol..::.EmptyAlphabet