Uses of Package
org.anchoranalysis.experiment.bean.task
| Package | Description |
|---|---|
| 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.io |
Interfaces for replacing attributes of an experiment: input, output, task etc.
|
| org.anchoranalysis.experiment.task.processor |
Non-bean classes related to
JobProcessor. |
-
Classes in org.anchoranalysis.experiment.bean.task used by org.anchoranalysis.experiment.bean.io Class Description Task Encapsulates some kind of processing to be performed on a set of inputs. -
Classes in org.anchoranalysis.experiment.bean.task used by org.anchoranalysis.experiment.bean.processor Class Description Task Encapsulates some kind of processing to be performed on a set of inputs. -
Classes in org.anchoranalysis.experiment.bean.task used by org.anchoranalysis.experiment.bean.task Class Description Task Encapsulates some kind of processing to be performed on a set of inputs. -
Classes in org.anchoranalysis.experiment.bean.task used by org.anchoranalysis.experiment.io Class Description Task Encapsulates some kind of processing to be performed on a set of inputs. -
Classes in org.anchoranalysis.experiment.bean.task used by org.anchoranalysis.experiment.task.processor Class Description Task Encapsulates some kind of processing to be performed on a set of inputs.