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. RichFeatureRelationshipHolder
FeatureHolder.EmptyFeatureHolder
EMPTY_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, removeFeature
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
Feature realizeFeature(FeatureHolder parent, Feature.Template template) throws BioException
createFeature
method of either
this FeatureHolder
or one of our child Features.BioException
Copyright © 2014 BioJava. All rights reserved.