Class AbstractFeatureHolder

java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojava.bio.seq.AbstractFeatureHolder
All Implemented Interfaces:
FeatureHolder, Changeable
Direct Known Subclasses:
MergeFeatureHolder, ProjectedFeatureHolder, SimpleFeatureHolder

public abstract class AbstractFeatureHolder extends AbstractChangeable implements FeatureHolder
An abstract implementation of FeatureHolder. This provides the filter method, but who wants to code that more than once? It also has support for the ChangeEvents.
Author:
Matthew Pocock, Thomas Down