Interface Orthologue
-
- All Known Implementing Classes:
SimpleOrthologue
public interface Orthologue
this entry contains data about the orthologue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccession()get the Accession ID associated with this orthologue.StringgetHomologeneID()get the Homologene ID.StringgetLocusID()get the locus ID associated with this orthologue.TaxongetTaxon()return the Taxon associated with this orthologueintgetTaxonID()a convenience method to return the TaxonID for thsi orhtologue.StringgetTitle()return the title used by Genbank for this proteinvoidsetTitle(String title)
-
-
-
Method Detail
-
getTaxonID
int getTaxonID()
a convenience method to return the TaxonID for thsi orhtologue.
-
getLocusID
String getLocusID()
get the locus ID associated with this orthologue. It can be null.
-
getHomologeneID
String getHomologeneID()
get the Homologene ID. This is unique and always defined.
-
getAccession
String getAccession()
get the Accession ID associated with this orthologue.
-
-