All Packages
| Package | Description |
|---|---|
| org.anchoranalysis.experiment |
Classes related to executing an experiment by calling jobs on inputs.
|
| 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.identifier |
Assigning unique names to experiments.
|
| org.anchoranalysis.experiment.bean.io |
Generic experiments that handle input and output in structured ways.
|
| org.anchoranalysis.experiment.bean.log |
Different approaches to where messages on the progress/status of an experiment are logged to.
|
| org.anchoranalysis.experiment.bean.processor |
How a task is executed on multiple inputs.
|
| org.anchoranalysis.experiment.bean.require |
A test whether certain conditions on arguments to experiments are fulfilled.
|
| 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.io |
Interfaces for replacing attributes of an experiment: input, output, task etc.
|
| org.anchoranalysis.experiment.log |
Helpful classes for logging.
|
| org.anchoranalysis.experiment.task |
Non-bean classes related to a
Task. |
| org.anchoranalysis.experiment.task.processor |
Non-bean classes related to
JobProcessor. |
| org.anchoranalysis.experiment.time |
How long particular operations take to execute.
|