|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojavax.DummyCrossReferenceResolver
public class DummyCrossReferenceResolver
A simple implementation of CrossReferenceResolver.
| Constructor Summary | |
|---|---|
DummyCrossReferenceResolver()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyCrossReferenceResolver()
| Method Detail |
|---|
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 reference
RichSequence
or null if it cannot be found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||