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
.Specifies a configuration of the launcher for a particular application.
Runs a particular experiment after identifying necessary paths and input files.
Different methods of selecting a object
T
that is used as a parameter for an experiment.-
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 StatefulMessageLogger
LoggingDestination.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 anInputOutputContextStateful
from 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. -
Uses of ExecutionArguments in org.anchoranalysis.launcher.config
Methods in org.anchoranalysis.launcher.config that return ExecutionArgumentsModifier and TypeMethodDescriptionabstract ExecutionArguments
LauncherConfig.createArguments
(org.apache.commons.cli.CommandLine line) Creates execution arguments from the command line. -
Uses of ExecutionArguments in org.anchoranalysis.launcher.executor
Methods in org.anchoranalysis.launcher.executor with parameters of type ExecutionArgumentsModifier and TypeMethodDescriptionvoid
ExperimentExecutor.executeExperiment
(ExecutionArguments executionArguments, boolean alwaysShowExperimentArguments, Logger logger) Executes an experiment after finding a single experiment XML file, and reading the experiment from this file. -
Uses of ExecutionArguments in org.anchoranalysis.launcher.executor.selectparam
Methods in org.anchoranalysis.launcher.executor.selectparam with parameters of type ExecutionArgumentsModifier and TypeMethodDescriptionSelectParam.select
(ExecutionArguments executionArguments) Retrieves the parameter.UseDefaultManager.select
(ExecutionArguments executionArguments)