public static class SimpleRemoteFeature.DBResolver extends Object implements RemoteFeature.Resolver
Constructor and Description |
---|
SimpleRemoteFeature.DBResolver(SequenceDB seqDB) |
public SimpleRemoteFeature.DBResolver(SequenceDB seqDB)
public SequenceDB getSeqDB()
public Feature resolve(RemoteFeature rFeat) throws BioException
RemoteFeature.Resolver
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.
resolve
in interface RemoteFeature.Resolver
rFeat
- the RemoteFeature to resolveBioException
Copyright © 2014 BioJava. All rights reserved.