Class SingleLevelInSet
Object
SingleLevelInSet
- All Implemented Interfaces:
SingleLevelOutputEnabled
Outputs are enabled if they are contained in a set.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isOutputEnabled
(String outputName) Is a particular a particular output-enabled?
-
Constructor Details
-
SingleLevelInSet
Creates a newSingleLevelInSet
instance.- Parameters:
set
- The first source of output-names that are enabled.
-
-
Method Details
-
isOutputEnabled
Description copied from interface:SingleLevelOutputEnabled
Is a particular a particular output-enabled?- Specified by:
isOutputEnabled
in interfaceSingleLevelOutputEnabled
- Parameters:
outputName
- the name of the output- Returns:
- true iff the output is allowed
-