Interface FeatureRetriever
-
- All Known Implementing Classes:
GenbankProxySequenceReader
public interface FeatureRetriever
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 HashMap<String,ArrayList<AbstractFeature>>
getFeatures()
-
-
-
Method Detail
-
getFeatures
HashMap<String,ArrayList<AbstractFeature>> getFeatures()
-
-