Interface HomologeneBuilder
- All Known Implementing Classes:
SimpleHomologeneBuilder
public interface HomologeneBuilder
an interface for Homologene dataset Builders
- Author:
- David Huen
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOrthologueProperty(String key, String value) add a property to the current OrthologuevoidaddOrthoPairProperty(String key, String value) add a property to the current OrthoPairvoidadd title information to an Orthologue (this is not in enclosed in the Orthologue element because it comes completely separate in the Homologene data files.voidendDB()end of data for DBvoidendGroup()end of data for groupvoidend of data for this Orthologuevoidend of data for this OrthoPairgetDB()retrieve the DB that has just been builtvoidstartDB()indicates start of data for a HomologeneDBvoidindicates start of data for a OrthoPairSetvoidindicates start of data for an orthologuevoidindicates start of data for an OrthoPair
-
Field Details
-
TAXONID
- See Also:
-
LOCUSID
- See Also:
-
HOMOID
- See Also:
-
ACCESSION
- See Also:
-
SIMILARITYTYPE
- See Also:
-
PERCENTIDENTITY
- See Also:
-
REFERENCE
- See Also:
-
TWIN
- See Also:
-
MULTIPLE
- See Also:
-
CURATED
- See Also:
-
-
Method Details
-
startDB
void startDB()indicates start of data for a HomologeneDB -
startGroup
void startGroup()indicates start of data for a OrthoPairSet -
startOrthoPair
void startOrthoPair()indicates start of data for an OrthoPair -
startOrthologue
void startOrthologue()indicates start of data for an orthologue -
addOrthologueProperty
add a property to the current Orthologue -
endOrthologue
void endOrthologue()end of data for this Orthologue -
addOrthoPairProperty
add a property to the current OrthoPair -
endOrthoPair
void endOrthoPair()end of data for this OrthoPair -
addTitle
add title information to an Orthologue (this is not in enclosed in the Orthologue element because it comes completely separate in the Homologene data files. Go figger.) -
endGroup
void endGroup()end of data for group -
endDB
void endDB()end of data for DB -
getDB
retrieve the DB that has just been built
-