|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoelanException | |
fr.ens.transcriptome.doelan | |
fr.ens.transcriptome.doelan.data | doelan data package. |
fr.ens.transcriptome.doelan.io |
Uses of DoelanException in fr.ens.transcriptome.doelan |
Methods in fr.ens.transcriptome.doelan that throw DoelanException | |
void |
Core.loadNewWorkflow(QualityTestSuiteURL url)
Load an new workflow |
void |
Core.saveWorkflow(QualityTestSuiteURL url)
Save a workflow. |
void |
Core.createDemoWorkflow()
Create and activate the demo test suite. |
void |
Core.createEmptyWorkflow()
Create and activate the empty test suite. |
void |
Core.startWorkflow(java.lang.String chipTypeName,
java.lang.String testSuiteName,
java.lang.String gprFilename,
java.lang.String galFilename,
java.lang.String description,
java.applet.Applet applet,
fr.ens.transcriptome.nividic.platform.workflow.WorkflowListener listener)
Start the workflow. |
Uses of DoelanException in fr.ens.transcriptome.doelan.data |
Methods in fr.ens.transcriptome.doelan.data that throw DoelanException | |
void |
QualityTestSuiteList.addTestSuite(java.lang.String chipType,
QualityTestSuiteURL testSuiteURL)
Add a testSuite to the list |
void |
QualityTestSuiteList.addChipType(java.lang.String chipType)
Add a chip type to the list |
void |
QualityTestSuiteList.removeTestSuite(QualityTestSuiteURL testSuiteURL)
Remove a test suite |
void |
QualityTestSuiteList.removeChipType(java.lang.String chipType)
Remove a chip if it is empty. |
void |
QualityTestSuiteList.renameChipType(java.lang.String oldName,
java.lang.String newName)
Rename a chip type |
void |
QualityTestSuiteList.renameTestSuite(java.lang.String chipType,
java.lang.String oldName,
java.lang.String newName)
Rename a test suite |
Uses of DoelanException in fr.ens.transcriptome.doelan.io |
Methods in fr.ens.transcriptome.doelan.io that throw DoelanException | |
void |
QualityTestSuiteListIO.write(QualityTestSuiteList list)
Write a test suite |
QualityTestSuiteList |
QualityTestSuiteListIO.read()
Read a test suite list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |