Interface for FeatureHolder objects which know how to instantiate new child Features.
Namespace:
BioSharp.Core.Bio.SeqAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public interface IRealizingFeatureHolder : IFeatureHolder, IChangeable |
Remarks
This interface should not be needed in normal client programs, since they will use the CreateFeature method of IFeatureHolder to add new features. However, this method exposes the feature realization infrastructure to child features.
Original BioJava version by Thomas Down. Port to C# by Doug Swisher.