Interface FeatureRetriever<C extends Compound>
-
- All Known Implementing Classes:
GenbankProxySequenceReader
public interface FeatureRetriever<C extends Compound>
If a SequenceProxyReader implements this interface then that external source has a list features- Author:
- , Paolo Pavan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<AbstractFeature<AbstractSequence<C>,C>>>
getFeatures()
-
-
-
Method Detail
-
getFeatures
Map<String,List<AbstractFeature<AbstractSequence<C>,C>>> getFeatures()
-
-