Package org.biojava.bio.seq.impl
Class FeatureImpl
java.lang.Object
org.biojava.bio.seq.impl.FeatureImpl
Wrap up default sets of Feature implementations.
- Since:
- 1.1
- Author:
- Thomas Down, Greg Cox, Keith James
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FeatureRealizer
Default implementation of FeatureRealizer, which wraps simple implementations of Feature and StrandedFeature. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
Default implementation of FeatureRealizer, which wraps simple implementations of Feature and StrandedFeature. This is the default FeatureRealizer used by SimpleSequence and ViewSequence, and may also be used by others. When building new FeatureRealizers, you may wish to use this as a `fallback' realizer, and benefit from the Feature and StrandedFeature implementations.
-
-
Constructor Details
-
FeatureImpl
public FeatureImpl()
-