owltools.gaf.bioentities
Interface QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo

Enclosing interface:
QuestForOrthologsSeqXMLParser.MoreInfoProteinListener

public static interface QuestForOrthologsSeqXMLParser.MoreInfoProteinListener.MoreInfo

Additional data about a protein.


Method Summary
 Set<String> getDBs()
          Retrieve the databases for which there are identifiers for the protein.
 Set<String> getIds(String db)
          Retrieve all identifier of a protein for the given database.
 String getSequence()
           
 

Method Detail

getDBs

Set<String> getDBs()
Retrieve the databases for which there are identifiers for the protein.

Returns:
unmodifiable set of databases, never null, but may be empty

getIds

Set<String> getIds(String db)
Retrieve all identifier of a protein for the given database. Only expects db which are obtained via getDBs().

Parameters:
db -
Returns:
unmodifiable set, null if no entries exist for the given db
See Also:
getDBs()

getSequence

String getSequence()
Returns:
sequence string or null


Copyright © 2010-2014. All Rights Reserved.