|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.webapps.dimlib.util.ExportXML
| Field Summary | |
protected javax.jdo.PersistenceManager |
pm
|
| Constructor Summary | |
ExportXML()
|
|
| Method Summary | |
void |
exportDatabase()
Exports the whole database as one large file. |
java.lang.String |
exportMutant(MutantProtein mp)
Returns as a String the XML file for a single mutant. |
java.lang.String |
exportProtein(WildTypeProtein wtp)
Returns as a String the XML file for a single wildtype protein, with all associated information (all mutants and SNPs). |
java.lang.String |
exportSNP(SNP snp)
Returns as a String the XML file for a single SNP. |
void |
exportXML()
Exports the whole database as a series of individual files, one for every protein in the database. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.jdo.PersistenceManager pm
| Constructor Detail |
public ExportXML()
| Method Detail |
public void exportXML()
public void exportDatabase()
public java.lang.String exportProtein(WildTypeProtein wtp)
public java.lang.String exportSNP(SNP snp)
public java.lang.String exportMutant(MutantProtein mp)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||