Package org.biojava.bio.seq.impl
Class SimpleRemoteFeature.DBResolver
java.lang.Object
org.biojava.bio.seq.impl.SimpleRemoteFeature.DBResolver
- All Implemented Interfaces:
RemoteFeature.Resolver
- Enclosing class:
SimpleRemoteFeature
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DBResolver
-
-
Method Details
-
getSeqDB
-
resolve
Description copied from interface:RemoteFeature.Resolver
Resolve rFeat.This method returns a Feature that represents the RemoteFeature rFeat on some Sequence where all of the Regions can be represented localy. This may be an assembly of the parent sequence of rFeat and each of the Sequences that have IDs listed in the Region list of rFeat.
- Specified by:
resolve
in interfaceRemoteFeature.Resolver
- Parameters:
rFeat
- the RemoteFeature to resolve- Returns:
- a Feature on some other Seqence where each Region of rFeat is resolved into a local Location
- Throws:
BioException
-