public interface CrossReferenceResolver
Modifier and Type | Method and Description |
---|---|
BioEntry |
getRemoteBioEntry(CrossRef cr)
Given the
CrossRef return the corresponding
BioEntry |
SymbolList |
getRemoteSymbolList(CrossRef cr,
Alphabet a)
Given a cross reference, return the corresponding symbol list.
|
SymbolList getRemoteSymbolList(CrossRef cr, Alphabet a)
cr
- the cross reference to look up.a
- the alphabet to construct the infinitely ambiguous symbol list
over if it cannot be found.BioEntry getRemoteBioEntry(CrossRef cr) throws CrossReferenceResolutionException
CrossRef
return the corresponding
BioEntry
cr
- the cross referenceRichSequence
or null if it cannot be found.CrossReferenceResolutionException
- if a problem occurs
during resolution.Copyright © 2014 BioJava. All rights reserved.