owltools.gaf.bioentities
Interface QuestForOrthologsSeqXMLParser.ProteinListener
- Enclosing class:
- QuestForOrthologsSeqXMLParser
public static interface QuestForOrthologsSeqXMLParser.ProteinListener
Listener for QuestForOrthologsSeqXMLParser
. Provide minimal information for an protein.
handleProtein
void handleProtein(String db,
String id,
String name,
String uniqueName,
String comment,
String taxonId)
- 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 null
Copyright © 2010-2014. All Rights Reserved.