Class SingleLevelInSet

Object
SingleLevelInSet
All Implemented Interfaces:
SingleLevelOutputEnabled

public class SingleLevelInSet extends Object implements SingleLevelOutputEnabled
Outputs are enabled if they are contained in a set.
Author:
Owen Feehan
  • Constructor Details

    • SingleLevelInSet

      public SingleLevelInSet(Set<String> set)
      Creates a new SingleLevelInSet instance.
      Parameters:
      set - The first source of output-names that are enabled.
  • Method Details