Class MultiLevelRecordedOutputs
Object
MultiLevelRecordedOutputs
Like
RecordedOutputs
but accepts two levels, first and second, like in a MultiLevelRecordedOutputs
.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfirst()
For recording first-level outputs.boolean
If there is at least one disabled output.ARecordedOutputs
for recording second-level outputs for a givenoutputName
from the first-level.All second-level recorded output entries.
-
Constructor Details
-
MultiLevelRecordedOutputs
public MultiLevelRecordedOutputs()
-
-
Method Details
-
second
ARecordedOutputs
for recording second-level outputs for a givenoutputName
from the first-level.- Parameters:
outputName
- the outputName from the first-level- Returns:
- the
RecordedOutputs
.
-
secondEntries
All second-level recorded output entries.- Returns:
- the set of entries from the internal hash-map that records outputs.
-
hasAtLeastOneDisabled
public boolean hasAtLeastOneDisabled()If there is at least one disabled output.- Returns:
- true if there is at least one output-name exists that was disabled.
-
first
For recording first-level outputs.
-