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.


Nested Class Summary
static interface QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo
          Additional data about a protein.
 
Method Summary
 void handleProtein(String db, String id, String name, String uniqueName, String comment, String taxonId, QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo more)
           
 

Method Detail

handleProtein

void handleProtein(String db,
                   String id,
                   String name,
                   String uniqueName,
                   String comment,
                   String taxonId,
                   QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo more)
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
more - more information, never null


Copyright © 2010-2014. All Rights Reserved.