Uses of Class
org.anchoranalysis.io.output.recorded.MultiLevelRecordedOutputs
Packages that use MultiLevelRecordedOutputs
Package
Description
Classes for outputting to particular directories.
Classes for recording the output-names used as they are written / queried.
-
Uses of MultiLevelRecordedOutputs in org.anchoranalysis.io.output.outputter
Method parameters in org.anchoranalysis.io.output.outputter with type arguments of type MultiLevelRecordedOutputsModifier and TypeMethodDescriptionstatic OutputterChecked
OutputterChecked.createWithPrefix
(DirectoryWithPrefix prefix, MultiLevelOutputEnabled outputEnabled, OutputWriteContext context, Optional<MultiLevelRecordedOutputs> recordedOutputs, DirectoryCreationParameters directoryCreation, Optional<Logger> logger) Creates a bound output-manager from an existingOutputManager
with a prefix. -
Uses of MultiLevelRecordedOutputs in org.anchoranalysis.io.output.recorded
Methods in org.anchoranalysis.io.output.recorded that return types with arguments of type MultiLevelRecordedOutputsModifier and TypeMethodDescriptionRecordedOutputsWithRules.getRecordedOutputs()
If defined, records output-names that are written / not-written during the experiment.RecordingWriters.recordedOutputs()
If defined, all output-names that are passed as arguments to both writers are recorded here.Constructors in org.anchoranalysis.io.output.recorded with parameters of type MultiLevelRecordedOutputsModifierConstructorDescriptionRecordedOutputsWithRules
(MultiLevelRecordedOutputs recordedOutputs, MultiLevelOutputEnabled defaultRules, OutputEnabledDelta delta) Creates with all elements defined.