The interface for objects that contain features.

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

Syntax

C#
public interface IFeatureHolder : IChangeable

Remarks

Feature holders abstract the containment of a feature from the objects that implements both the real container or the features. FeatureHolders are like sets of features.

In the Java version, this interface has a handful of static objects. These are implemented in the static FeatureHolder class.

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

See Also