Interface for translators which map from Feature.Template
instances to real Feature objects.
Namespace:
BioSharp.Core.Bio.Seq Note:
this interface is intended for use primarily by Sequence
implementors. Normal users can generally ignore it.
Assembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public interface IFeatureRealizer |
Remarks
There is no requirement that Sequence implementations use FeatureRealizers to construct their features, but common implementations such as SimpleSequence and ViewSequence do.
Original BioJava version by Thomas Down and Matthew Pocock. Port to C# by Doug Swisher.