|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HomologeneBuilder
an interface for Homologene dataset Builders
Field Summary | |
---|---|
static String |
ACCESSION
|
static String |
CURATED
|
static String |
HOMOID
|
static String |
LOCUSID
|
static String |
MULTIPLE
|
static String |
PERCENTIDENTITY
|
static String |
REFERENCE
|
static String |
SIMILARITYTYPE
|
static String |
TAXONID
|
static String |
TWIN
|
Method Summary | |
---|---|
void |
addOrthologueProperty(String key,
String value)
add a property to the current Orthologue |
void |
addOrthoPairProperty(String key,
String value)
add a property to the current OrthoPair |
void |
addTitle(int taxonID,
String homologeneID,
String title)
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. |
void |
endDB()
end of data for DB |
void |
endGroup()
end of data for group |
void |
endOrthologue()
end of data for this Orthologue |
void |
endOrthoPair()
end of data for this OrthoPair |
HomologeneDB |
getDB()
retrieve the DB that has just been built |
void |
startDB()
indicates start of data for a HomologeneDB |
void |
startGroup()
indicates start of data for a OrthoPairSet |
void |
startOrthologue()
indicates start of data for an orthologue |
void |
startOrthoPair()
indicates start of data for an OrthoPair |
Field Detail |
---|
static final String TAXONID
static final String LOCUSID
static final String HOMOID
static final String ACCESSION
static final String SIMILARITYTYPE
static final String PERCENTIDENTITY
static final String REFERENCE
static final String TWIN
static final String MULTIPLE
static final String CURATED
Method Detail |
---|
void startDB()
void startGroup()
void startOrthoPair()
void startOrthologue()
void addOrthologueProperty(String key, String value)
void endOrthologue()
void addOrthoPairProperty(String key, String value)
void endOrthoPair()
void addTitle(int taxonID, String homologeneID, String title)
void endGroup()
void endDB()
HomologeneDB getDB()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |