Uses of Class
org.anchoranalysis.experiment.arguments.TaskArguments
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.arguments |
Arguments that can further specify an experiment in addition to its bean specification.
|
| org.anchoranalysis.experiment.task |
Non-bean classes related to a
Task. |
-
Uses of TaskArguments in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that return TaskArguments Modifier and Type Method Description TaskArgumentsExecutionArguments. task()Arguments to help specify the outputs from the experiment.Constructors in org.anchoranalysis.experiment.arguments with parameters of type TaskArguments Constructor Description ExecutionArguments(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 TaskArguments Modifier and Type Method Description TaskArgumentsInputBound. getTaskArguments()The arguments for the task that is being processed.