Uses of Class
org.anchoranalysis.io.output.recorded.RecordedOutputs
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.recorded |
Classes for recording the output-names used as they are written / queried.
|
-
Uses of RecordedOutputs in org.anchoranalysis.io.output.recorded
Methods in org.anchoranalysis.io.output.recorded that return RecordedOutputs Modifier and Type Method Description RecordedOutputsMultiLevelRecordedOutputs. first()For recording first-level outputs.RecordedOutputsMultiLevelRecordedOutputs. second(String outputName)ARecordedOutputsfor recording second-level outputs for a givenoutputNamefrom the first-level.Methods in org.anchoranalysis.io.output.recorded that return types with arguments of type RecordedOutputs Modifier and Type Method Description Set<Map.Entry<String,RecordedOutputs>>MultiLevelRecordedOutputs. secondEntries()All second-level recorded output entries.