Interface RealizingFeatureHolder

All Superinterfaces:
Changeable, FeatureHolder
All Known Implementing Classes:
CircularView, NewSimpleAssembly, PhredSequence, RevCompSequence, SimpleAssembly, SimpleFeature, SimpleFramedFeature, SimpleHomologyFeature, SimpleRemoteFeature, SimpleRestrictionSite, SimpleSequence, SimpleSimilarityPairFeature, SimpleStrandedFeature, ViewSequence

public interface RealizingFeatureHolder extends FeatureHolder
Interface for FeatureHolder objects which know how to instantiate new child Features. This interface should not be needed in normal client programs, since they will use the createFeature method of FeatureHolder to add new features. However, this method exposes the feature realization infrastructure to child features.

Author:
Thomas Down
See Also: