Internal class used by ProjectionEngine to wrap Feature objects.
Namespace:
BioSharp.Core.Bio.Seq.ProjectionAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public abstract class ProjectedFeature : IFeature, IFeatureHolder, IAnnotatable, IChangeable, IProjection |
Remarks
This is not for you.
This is the base class that the projection engine extends. If you modify this you will modify every projected feature. That is probably a bad thing.
Original BioJava version by Thomas Down and Matthew Pocock. Port to C# by Doug Swisher.