public static interface QuestForOrthologsSeqXMLParser.MoreInfoProteinListener
QuestForOrthologsSeqXMLParser
. Provide all available information via QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo
.Modifier and Type | Interface and Description |
---|---|
static interface |
QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo
Additional data about a protein.
|
Modifier and Type | Method and Description |
---|---|
void |
handleProtein(String db,
String id,
String name,
String uniqueName,
String comment,
String taxonId,
QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo more) |
void handleProtein(String db, String id, String name, String uniqueName, String comment, String taxonId, QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo more)
db
- db name, never nullid
- db-specific id, never nullname
- name, can be nulluniqueName
- unique namecomment
- long label or comment, can be nulltaxonId
- corresponding ncbi taxon id, can be nullmore
- more information, never nullCopyright © 2010–2015. All rights reserved.