|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.nividic.platform.workflow.Algorithm
fr.ens.transcriptome.doelan.algorithms.QualityTest
This class is the super class of QualityUnitTest and QualityGlobalTest.
Field Summary | |
static int |
CONFIGURE_TEST_EVENT
Identifier for result event. |
static int |
GLOBAL_TEST_INIT_EVENT
Identifier for result event. |
static int |
RESULT_EVENT
Identifier for result event. |
Constructor Summary | |
QualityTest()
Public constructor. |
Method Summary | |
abstract boolean |
isAddable()
Test if the test could be diplayed in the list of tests to add. |
abstract boolean |
isDeletable()
Test if the test is deletable(). |
abstract boolean |
isModifiable()
Test if the test is modifiable. |
abstract boolean |
isShowable()
Test if the test could be showed. |
abstract boolean |
isUniqueInstance()
Test if only one instance of the test could be created. |
Methods inherited from class fr.ens.transcriptome.nividic.platform.workflow.Algorithm |
addListener, defineParameters, doIt, getId, getInstanceId, getLogger, getParameters, in, init, isPause, isStop, out, removeListener, sendEvent, terminate, workflowNewException, workflowStateChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ens.transcriptome.nividic.platform.module.Module |
aboutModule |
Field Detail |
public static final int RESULT_EVENT
public static final int GLOBAL_TEST_INIT_EVENT
public static final int CONFIGURE_TEST_EVENT
Constructor Detail |
public QualityTest() throws fr.ens.transcriptome.nividic.platform.PlatformException
fr.ens.transcriptome.nividic.platform.PlatformException
- If the name or the version of the element is
null .Method Detail |
public abstract boolean isDeletable()
public abstract boolean isModifiable()
public abstract boolean isShowable()
public abstract boolean isAddable()
public abstract boolean isUniqueInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |