public interface RealizingFeatureHolder extends FeatureHolder
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.  RichFeatureRelationshipHolderFeatureHolder.EmptyFeatureHolderEMPTY_FEATURE_HOLDER, FEATURES, SCHEMA| Modifier and Type | Method and Description | 
|---|---|
| Feature | realizeFeature(FeatureHolder parent,
                            Feature.Template template)Realize a feature template. | 
containsFeature, countFeatures, createFeature, features, filter, filter, getSchema, removeFeatureaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerFeature realizeFeature(FeatureHolder parent, Feature.Template template) throws BioException
createFeature method of either
 this FeatureHolder or one of our child Features.BioExceptionCopyright © 2014 BioJava. All rights reserved.