Uses of Class
org.anchoranalysis.experiment.arguments.ExecutionArguments
Packages that use ExecutionArguments
Package
Description
Beans related to executing an experiment by calling jobs on inputs.
Generic experiments that handle input and output in structured ways.
Different approaches to where messages on the progress/status of an experiment are logged to.
Non-bean classes related to a
Task.-
Uses of ExecutionArguments in org.anchoranalysis.experiment.bean
Methods in org.anchoranalysis.experiment.bean with parameters of type ExecutionArgumentsModifier and TypeMethodDescriptionExperiment.executeExperiment(ExecutionArguments arguments) Executes the experiment. -
Uses of ExecutionArguments in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io with parameters of type ExecutionArgumentsModifier and TypeMethodDescriptionOutputExperiment.executeExperiment(ExecutionArguments arguments) Executes the experiment for given arguments. -
Uses of ExecutionArguments in org.anchoranalysis.experiment.bean.log
Methods in org.anchoranalysis.experiment.bean.log with parameters of type ExecutionArgumentsModifier and TypeMethodDescriptionabstract StatefulMessageLoggerLoggingDestination.create(OutputterChecked outputter, ErrorReporter fallbackErrorReporter, ExecutionArguments arguments, boolean detailedLogging) Creates a logger for this destinationOnlyIf.create(OutputterChecked outputter, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging) SwitchDetailedLogging.create(OutputterChecked bom, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging) ToConsole.create(OutputterChecked outputter, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging) ToMultiple.create(OutputterChecked outputter, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging) ToTextFile.create(OutputterChecked bom, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging) ToTextFileOnlyIfFailure.create(OutputterChecked outputter, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging) LoggingDestination.createWithConsoleFallback(OutputterChecked outputter, ExecutionArguments arguments, boolean detailedLogging) Creates a logger for this destination - and if anything goes wrong reporting fallback into the console.LoggingDestination.createWithLogFallback(OutputterChecked outputter, MessageLogger fallbackErrorReporter, ExecutionArguments arguments, boolean detailedLogging) Creates a logger for this destination - and if anything goes wrong reporting fallback into a log. -
Uses of ExecutionArguments in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return ExecutionArgumentsModifier and TypeMethodDescriptionInputOutputContextStateful.getExecutionArguments()User-supplied arguments that can further specify an experiment's execution.ParametersExperiment.getExecutionArguments()User-supplied arguments that can further specify an experiment's execution.Methods in org.anchoranalysis.experiment.task with parameters of type ExecutionArgumentsModifier and TypeMethodDescriptionExperimentFeedbackContext.inputOutput(ExecutionArguments executionArguments, OutputterChecked outputter) Derive anInputOutputContextStatefulfrom the current context.Constructors in org.anchoranalysis.experiment.task with parameters of type ExecutionArgumentsModifierConstructorDescriptionInputOutputContextStateful(ExecutionArguments executionArguments, Outputter outputter, ExecutionTimeRecorder executionTimeRecorder, StatefulMessageLogger logger, ErrorReporter errorReporter) Creates with initialization arguments.ParametersExperiment(ExecutionArguments executionArguments, String experimentIdentifier, OutputterChecked outputter, PathPrefixer prefixer, ExperimentFeedbackContext feedbackContext) Creates with initialization arguments.