Uses of Class
org.anchoranalysis.experiment.arguments.ExecutionArguments
| Package | Description |
|---|---|
| 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.log |
Different approaches to where messages on the progress/status of an experiment are logged to.
|
| org.anchoranalysis.experiment.task |
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 ExecutionArguments Modifier and Type Method Description abstract Optional<Path>Experiment. 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 ExecutionArguments Modifier and Type Method Description Optional<Path>OutputExperiment. 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 ExecutionArguments Modifier and Type Method Description abstract StatefulMessageLoggerLoggingDestination. create(OutputterChecked outputter, ErrorReporter fallbackErrorReporter, ExecutionArguments arguments, boolean detailedLogging)Creates a logger for this destinationStatefulMessageLoggerOnlyIf. create(OutputterChecked outputter, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging)StatefulMessageLoggerSwitchDetailedLogging. create(OutputterChecked bom, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging)StatefulMessageLoggerToConsole. create(OutputterChecked outputter, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging)StatefulMessageLoggerToMultiple. create(OutputterChecked outputter, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging)StatefulMessageLoggerToTextFile. create(OutputterChecked bom, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging)StatefulMessageLoggerToTextFileOnlyIfFailure. create(OutputterChecked outputter, ErrorReporter errorReporter, ExecutionArguments arguments, boolean detailedLogging)StatefulMessageLoggerLoggingDestination. createWithConsoleFallback(OutputterChecked outputter, ExecutionArguments arguments, boolean detailedLogging)Creates a logger for this destination - and if anything goes wrong reporting fallback into the console.StatefulMessageLoggerLoggingDestination. 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 ExecutionArguments Modifier and Type Method Description ExecutionArgumentsInputOutputContextStateful. getExecutionArguments()User-supplied arguments that can further specify an experiment's execution.ExecutionArgumentsParametersExperiment. getExecutionArguments()User-supplied arguments that can further specify an experiment's execution.Methods in org.anchoranalysis.experiment.task with parameters of type ExecutionArguments Modifier and Type Method Description InputOutputContextStatefulExperimentFeedbackContext. inputOutput(ExecutionArguments executionArguments, OutputterChecked outputter)Derive anInputOutputContextStatefulfrom the current context.Constructors in org.anchoranalysis.experiment.task with parameters of type ExecutionArguments Constructor Description InputOutputContextStateful(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.