Uses of Package
org.anchoranalysis.experiment
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.arguments |
Arguments that can further specify an experiment in addition to its bean specification.
|
| org.anchoranalysis.experiment.bean |
Beans related to executing an experiment by calling jobs on inputs.
|
| org.anchoranalysis.experiment.bean.io |
Generic experiments that handle input and output in structured ways.
|
| org.anchoranalysis.experiment.bean.processor |
How a task is executed on multiple inputs.
|
| org.anchoranalysis.experiment.bean.task |
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
|
| org.anchoranalysis.experiment.task.processor |
Non-bean classes related to
JobProcessor. |
-
Classes in org.anchoranalysis.experiment used by org.anchoranalysis.experiment.arguments Class Description ExperimentExecutionException An exception that occurs when an experiment is executed. -
Classes in org.anchoranalysis.experiment used by org.anchoranalysis.experiment.bean Class Description ExperimentExecutionException An exception that occurs when an experiment is executed. -
Classes in org.anchoranalysis.experiment used by org.anchoranalysis.experiment.bean.io Class Description ExperimentExecutionException An exception that occurs when an experiment is executed. -
Classes in org.anchoranalysis.experiment used by org.anchoranalysis.experiment.bean.processor Class Description ExperimentExecutionException An exception that occurs when an experiment is executed. -
Classes in org.anchoranalysis.experiment used by org.anchoranalysis.experiment.bean.task Class Description ExperimentExecutionException An exception that occurs when an experiment is executed.JobExecutionException An exception that occurs when a job is executed. -
Classes in org.anchoranalysis.experiment used by org.anchoranalysis.experiment.task.processor Class Description JobExecutionException An exception that occurs when a job is executed.