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 TypeMethodDescriptionbooleanisOutputEnabled(String outputName) Is a particular a particular output-enabled?
-
Constructor Details
-
SingleLevelInSet
Creates a newSingleLevelInSetinstance.- Parameters:
set- The first source of output-names that are enabled.
-
-
Method Details
-
isOutputEnabled
Description copied from interface:SingleLevelOutputEnabledIs a particular a particular output-enabled?- Specified by:
isOutputEnabledin interfaceSingleLevelOutputEnabled- Parameters:
outputName- the name of the output- Returns:
- true iff the output is allowed
-