Interface Selection.Criteria
-
- All Known Implementing Classes:
Selection.And
,Selection.DimValueDifferentFrom
,Selection.DimValueEqualTo
,Selection.DimValueGreaterOrEqualThan
,Selection.DimValueGreaterThan
,Selection.DimValueLowerOrEqualThan
,Selection.DimValueLowerThan
,Selection.Not
,Selection.Or
,Selection.ValueDifferentFrom
,Selection.ValueEqualTo
,Selection.ValueGreaterOrEqualThan
,Selection.ValueGreaterThan
,Selection.ValueLowerOrEqualThan
,Selection.ValueLowerThan
- Enclosing class:
- Selection
public static interface Selection.Criteria
A generic selection criteria to specify whether a statistical value should be kept of not. Ex: All stats with gender=male, with value=0, with country starting with a 'A', etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
keep(Stat stat)
The method specifying when a stat has to be kept.
-
-
-
Method Detail
-
keep
boolean keep(Stat stat)
The method specifying when a stat has to be kept.- Parameters:
stat
-- Returns:
-
-