Uses of Class
org.anchoranalysis.io.input.bean.DebugModeParameters
| Package | Description |
|---|---|
| org.anchoranalysis.io.input |
Classes relating to creating inputs for an experiment / task.
|
| org.anchoranalysis.io.input.bean |
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 DebugModeParameters Modifier and Type Method Description Optional<DebugModeParameters>InputContextParameters. 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 DebugModeParameters Modifier and Type Method Description voidInputContextParameters. 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 DebugModeParameters Modifier and Type Method Description Optional<DebugModeParameters>InputManagerParameters. getDebugModeParameters()Parameters for debug-mode (only defined if we are in debug mode).