Uses of Class
org.anchoranalysis.io.output.recorded.MultiLevelRecordedOutputs
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.outputter |
Classes for outputting to particular directories.
|
| org.anchoranalysis.io.output.recorded |
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 MultiLevelRecordedOutputs Modifier and Type Method Description static OutputterCheckedOutputterChecked. createWithPrefix(DirectoryWithPrefix prefix, MultiLevelOutputEnabled outputEnabled, OutputWriteContext context, Optional<MultiLevelRecordedOutputs> recordedOutputs, DirectoryCreationParameters directoryCreation, Optional<Logger> logger)Creates a bound output-manager from an existingOutputManagerwith 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 MultiLevelRecordedOutputs Modifier and Type Method Description Optional<MultiLevelRecordedOutputs>RecordedOutputsWithRules. getRecordedOutputs()If defined, records output-names that are written / not-written during the experiment.Optional<MultiLevelRecordedOutputs>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 MultiLevelRecordedOutputs Constructor Description RecordedOutputsWithRules(MultiLevelRecordedOutputs recordedOutputs, MultiLevelOutputEnabled defaultRules, OutputEnabledDelta delta)Creates with all elements defined.