Uses of Class
org.anchoranalysis.experiment.arguments.TaskArguments
Packages that use TaskArguments
Package
Description
Arguments that can further specify an experiment in addition to its bean specification.
Non-bean classes related to a
Task.Helper classes to execute
Tasks in tests.-
Uses of TaskArguments in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that return TaskArgumentsModifier and TypeMethodDescriptionExecutionArguments.task()Arguments to help specify the outputs from the experiment.Constructors in org.anchoranalysis.experiment.arguments with parameters of type TaskArgumentsModifierConstructorDescriptionExecutionArguments(Path modelDirectory, TaskArguments task) Creates with a model-directory and an image-size suggestion. -
Uses of TaskArguments in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return TaskArgumentsModifier and TypeMethodDescriptionInputBound.getTaskArguments()The arguments for the task that is being processed. -
Uses of TaskArguments in org.anchoranalysis.test.experiment.task
Constructors in org.anchoranalysis.test.experiment.task with parameters of type TaskArgumentsModifierConstructorDescriptionExecuteTaskHelper(Optional<String> specificOutput, TaskArguments taskArguments, boolean copyNonIdentical) Create with specific arguments, not necessarily the defaults.