Uses of Class
org.anchoranalysis.experiment.ExperimentExecutionException
| 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.
|
-
Uses of ExperimentExecutionException in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that throw ExperimentExecutionException Modifier and Type Method Description voidTaskArguments. assignGroup(String groupRange)Assigns an index-range to use to form groups, by subsetting components from each input's identifier.voidTaskArguments. assignMaxNumberProcessors(String numberProcessors)Assigns a suggested maximum number of processors (CPUs) for a task.voidTaskArguments. assignSize(String size)Assign dimensions or scaling factor or size for an image, as may be used by a task. -
Uses of ExperimentExecutionException in org.anchoranalysis.experiment.bean
Methods in org.anchoranalysis.experiment.bean that throw ExperimentExecutionException Modifier and Type Method Description abstract Optional<Path>Experiment. executeExperiment(ExecutionArguments arguments)Executes the experiment. -
Uses of ExperimentExecutionException in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io that throw ExperimentExecutionException Modifier and Type Method Description Optional<Path>OutputExperiment. executeExperiment(ExecutionArguments arguments)Executes the experiment for given arguments.protected Optional<TaskStatistics>InputOutputExperiment. executeExperimentWithParameters(ParametersExperiment parameters)protected abstract Optional<TaskStatistics>OutputExperiment. executeExperimentWithParameters(ParametersExperiment parameters)Executes the experiment for parameters. -
Uses of ExperimentExecutionException in org.anchoranalysis.experiment.bean.processor
Methods in org.anchoranalysis.experiment.bean.processor that throw ExperimentExecutionException Modifier and Type Method Description protected 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)protected TaskStatisticsSequentialProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)TaskStatisticsJobProcessor. executeLogStatistics(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)Executes the task on allinputsand logs statistics about this to the file-systen. -
Uses of ExperimentExecutionException in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task that throw ExperimentExecutionException Modifier and Type Method Description abstract voidTask. afterAllJobsAreExecuted(S sharedState, InputOutputContext context)Called once after all calls toTask.executeJob(org.anchoranalysis.experiment.task.ParametersUnbound<T, S>).voidTaskWithoutSharedState. afterAllJobsAreExecuted(NoSharedState sharedState, InputOutputContext context)abstract 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>).NoSharedStateTaskWithoutSharedState. beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters)