Uses of Class
org.anchoranalysis.experiment.arguments.OutputArguments
Packages that use OutputArguments
Package
Description
Arguments that can further specify an experiment in addition to its bean specification.
Adding/removing/changing the arguments (input and output) from the experiment via
command-line-options.
-
Uses of OutputArguments in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that return OutputArgumentsModifier and TypeMethodDescriptionExecutionArguments.output()
Arguments to help specify the outputs from the experiment. -
Uses of OutputArguments in org.anchoranalysis.launcher.options.process
Methods in org.anchoranalysis.launcher.options.process with parameters of type OutputArgumentsModifier and TypeMethodDescriptionstatic void
AddOutputOptions.addFrom
(CommandLineExtracter extract, OutputArguments arguments) Adds options to add/remove change the outputs the inputs from the command-line.