Uses of Class
org.anchoranalysis.io.input.bean.DebugModeParameters
Packages that use DebugModeParameters
Package
Description
Classes relating to creating inputs for an experiment / task.
Beans related to collecting inputs from the file-system for an experiment.
-
Uses of DebugModeParameters in org.anchoranalysis.io.input
Methods in org.anchoranalysis.io.input that return types with arguments of type DebugModeParametersModifier and TypeMethodDescriptionInputContextParameters.getDebugModeParameters()Parameters for debug-mode (only defined if we are in debug mode).Method parameters in org.anchoranalysis.io.input with type arguments of type DebugModeParametersModifier and TypeMethodDescriptionvoidInputContextParameters.setDebugModeParameters(Optional<DebugModeParameters> debugModeParameters) Parameters for debug-mode (only defined if we are in debug mode). -
Uses of DebugModeParameters in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that return types with arguments of type DebugModeParametersModifier and TypeMethodDescriptionInputManagerParameters.getDebugModeParameters()Parameters for debug-mode (only defined if we are in debug mode).