Uses of Package
org.anchoranalysis.experiment

Packages that use 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.