Package bi.deep.filtering.steps
Class BlockFilter
- java.lang.Object
-
- bi.deep.filtering.steps.BlockFilter
-
- All Implemented Interfaces:
FilterStep
public class BlockFilter extends Object implements FilterStep
-
-
Constructor Summary
Constructors Constructor Description BlockFilter(Set<String> excluded)
-
-
-
Method Detail
-
filter
public TrinaryBool filter(String value)
- Specified by:
filter
in interfaceFilterStep
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfaceFilterStep
-
-