Uses of Class
org.anchoranalysis.experiment.task.ParametersExperiment
Packages that use ParametersExperiment
Package
Description
Generic experiments that handle input and output in structured ways.
How a task is executed on multiple inputs.
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
Non-bean classes related to a
Task.-
Uses of ParametersExperiment in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io with parameters of type ParametersExperimentModifier and TypeMethodDescriptionprotected Optional<TaskStatistics> InputOutputExperiment.executeExperimentWithParameters(ParametersExperiment parameters) protected abstract Optional<TaskStatistics> OutputExperiment.executeExperimentWithParameters(ParametersExperiment parameters) Executes the experiment for parameters. -
Uses of ParametersExperiment in org.anchoranalysis.experiment.bean.processor
Methods in org.anchoranalysis.experiment.bean.processor with parameters of type ParametersExperimentModifier and TypeMethodDescriptionprotected TaskStatisticsDebugDependentProcessor.execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) protected abstract TaskStatisticsJobProcessor.execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) Executes the task on allinputs.protected TaskStatisticsParallelProcessor.execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) Executes the parallel processing of jobs.protected TaskStatisticsSequentialProcessor.execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) JobProcessor.executeLogStatistics(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) Executes the task on allinputsand logs statistics about this to the file-systen. -
Uses of ParametersExperiment in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task with parameters of type ParametersExperimentModifier and TypeMethodDescriptionabstract STask.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) Called once before all calls toTask.executeJob(org.anchoranalysis.experiment.task.ParametersUnbound<T, S>).final NoSharedStateTaskWithoutSharedState.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return ParametersExperimentConstructors in org.anchoranalysis.experiment.task with parameters of type ParametersExperimentModifierConstructorDescriptionParametersUnbound(ParametersExperiment parametersExperiment, T input, S sharedState, boolean suppressExceptions)