Uses of Package
org.anchoranalysis.experiment.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.task |
Non-bean classes related to a
Task. |
| org.anchoranalysis.experiment.task.processor |
Non-bean classes related to
JobProcessor. |
-
Classes in org.anchoranalysis.experiment.task used by org.anchoranalysis.experiment.bean.io Class Description ParametersExperiment Parameters for executing a task, when the log etc.TaskStatistics Maintains statistics on the execution of a task (considering jobs in aggregate). -
Classes in org.anchoranalysis.experiment.task used by org.anchoranalysis.experiment.bean.processor Class Description ParametersExperiment Parameters for executing a task, when the log etc.TaskStatistics Maintains statistics on the execution of a task (considering jobs in aggregate). -
Classes in org.anchoranalysis.experiment.task used by org.anchoranalysis.experiment.bean.task Class Description InputBound Input for executing a task, associated with shared-state and other parameters.InputTypesExpected A list of base (parent) classes for input-types that a task expects.NoSharedState Fake shared-state to use to indicate none exists (for type safety)ParametersExperiment Parameters for executing a task, when the log etc.ParametersUnbound -
Classes in org.anchoranalysis.experiment.task used by org.anchoranalysis.experiment.task Class Description ExperimentFeedbackContext Objects to give the user feedback about different aspects of the experiment.InputBound Input for executing a task, associated with shared-state and other parameters.InputOutputContextStateful This exists as an implementation ofInputOutputContextthat exposes aStatefulMessageLogger.NoSharedState Fake shared-state to use to indicate none exists (for type safety)ParametersExperiment Parameters for executing a task, when the log etc. -
Classes in org.anchoranalysis.experiment.task used by org.anchoranalysis.experiment.task.processor Class Description ParametersUnbound TaskStatistics Maintains statistics on the execution of a task (considering jobs in aggregate).