Class BooleanFilter
java.lang.Object
com.activeviam.activepivot.mdx.impl.private_.func.impl.BooleanFilter
- All Implemented Interfaces:
IFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod that must be called before beginning the filtering.booleanTest if a tuple must be filtered out or not.voidMethod that must be called when the filtering if finished.
-
Constructor Details
-
BooleanFilter
-
-
Method Details
-
beginFilter
public void beginFilter()Description copied from interface:IFilterMethod that must be called before beginning the filtering.- Specified by:
beginFilterin interfaceIFilter
-
endFilter
public void endFilter()Description copied from interface:IFilterMethod that must be called when the filtering if finished. -
check
Description copied from interface:IFilterTest if a tuple must be filtered out or not.
-