Uses of Class
org.biojava.nbio.core.sequence.features.AbstractFeature
- 
Packages that use AbstractFeature Package Description org.biojava.nbio.core.sequence.features org.biojava.nbio.core.sequence.io org.biojava.nbio.core.sequence.loader  - 
- 
Uses of AbstractFeature in org.biojava.nbio.core.sequence.features
Subclasses of AbstractFeature in org.biojava.nbio.core.sequence.features Modifier and Type Class Description classQualityFeature<S extends AbstractSequence<C>,C extends Compound>DNA Sequences produced by modern sequencers usually have quality informaion attached to them.classQuantityFeature<S extends AbstractSequence<C>,C extends Compound>It is common to have a numerical value or values associated with a feature.classTextFeature<S extends AbstractSequence<C>,C extends Compound>A implmentation of AbstractFeatureMethods in org.biojava.nbio.core.sequence.features that return types with arguments of type AbstractFeature Modifier and Type Method Description HashMap<String,ArrayList<AbstractFeature>>FeatureRetriever. getFeatures() - 
Uses of AbstractFeature in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return types with arguments of type AbstractFeature Modifier and Type Method Description HashMap<String,ArrayList<AbstractFeature>>GenbankSequenceParser. getFeatures()ArrayList<AbstractFeature>GenbankSequenceParser. getFeatures(String keyword) - 
Uses of AbstractFeature in org.biojava.nbio.core.sequence.loader
Methods in org.biojava.nbio.core.sequence.loader that return types with arguments of type AbstractFeature Modifier and Type Method Description HashMap<String,ArrayList<AbstractFeature>>GenbankProxySequenceReader. getFeatures() 
 -