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 static class FeatureHolder

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 is an interface that has a handful of static objects. The interface is implemented as IFeatureHolder, and the static objects are here.

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

Inheritance Hierarchy

System..::.Object
  BioSharp.Core.Bio.Seq..::.FeatureHolder

See Also