owltools.gaf.bioentities
Interface QuestForOrthologsSeqXMLParser.ProteinListener

Enclosing class:
QuestForOrthologsSeqXMLParser

public static interface QuestForOrthologsSeqXMLParser.ProteinListener

Listener for QuestForOrthologsSeqXMLParser. Provide minimal information for an protein.


Method Summary
 void handleProtein(String db, String id, String name, String uniqueName, String comment, String taxonId)
           
 

Method Detail

handleProtein

void handleProtein(String db,
                   String id,
                   String name,
                   String uniqueName,
                   String comment,
                   String taxonId)
Parameters:
db - db name, never null
id - db-specific id, never null
name - name, can be null
uniqueName - unique name
comment - long label or comment, can be null
taxonId - corresponding ncbi taxon id, can be null


Copyright © 2010-2014. All Rights Reserved.