Uses of Class
org.anchoranalysis.experiment.arguments.InputArguments
Packages that use InputArguments
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 InputArguments in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that return InputArgumentsModifier and TypeMethodDescriptionExecutionArguments.input()
Arguments to help determine the input to the experiment. -
Uses of InputArguments in org.anchoranalysis.launcher.options.process
Methods in org.anchoranalysis.launcher.options.process with parameters of type InputArgumentsModifier and TypeMethodDescriptionstatic void
AddInputOptions.addFrom
(CommandLineExtracter extract, InputArguments arguments) Adds options to change the inputs from the command-line.