The interface for objects that will manufacture sequences.

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

Syntax

C#
[ObsoleteAttribute]
public interface ISequenceFactory

Remarks

The factory layer is in here as sequences are potentialy heavy-weight, so we want to decouple their possibly complicated creation from the code that wants to make them.

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

See Also