owltools.gaf.bioentities
Interface QuestForOrthologsSeqXMLParser.MoreInfoProteinListener
- Enclosing class:
- QuestForOrthologsSeqXMLParser
public static interface QuestForOrthologsSeqXMLParser.MoreInfoProteinListener
Listener of QuestForOrthologsSeqXMLParser
. Provide all available information via QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo
.
handleProtein
void handleProtein(String db,
String id,
String name,
String uniqueName,
String comment,
String taxonId,
QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo more)
- Parameters:
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 null
Copyright © 2010-2014. All Rights Reserved.