public class DummyCrossReferenceResolver extends Object implements CrossReferenceResolver
| Constructor and Description |
|---|
DummyCrossReferenceResolver() |
| 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.
|
public DummyCrossReferenceResolver()
public SymbolList getRemoteSymbolList(CrossRef cr, Alphabet a)
getRemoteSymbolList in interface CrossReferenceResolvercr - the cross reference to look up.a - the alphabet to construct the infinitely ambiguous symbol list
over if it cannot be found.public BioEntry getRemoteBioEntry(CrossRef cr)
CrossRef return the corresponding
BioEntry
All responses are null.getRemoteBioEntry in interface CrossReferenceResolvercr - the cross referenceRichSequence
or null if it cannot be found.Copyright © 2020 BioJava. All rights reserved.