public static class SimpleRemoteFeature.DBResolver extends Object implements RemoteFeature.Resolver
| Constructor and Description |
|---|
DBResolver(SequenceDB seqDB) |
| Modifier and Type | Method and Description |
|---|---|
SequenceDB |
getSeqDB() |
Feature |
resolve(RemoteFeature rFeat)
Resolve rFeat.
|
public DBResolver(SequenceDB seqDB)
public SequenceDB getSeqDB()
public Feature resolve(RemoteFeature rFeat) throws BioException
RemoteFeature.ResolverThis 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.
resolve in interface RemoteFeature.ResolverrFeat - the RemoteFeature to resolveBioExceptionCopyright © 2020 BioJava. All rights reserved.