public interface FeatureFilter
Modifier and Type | Method and Description |
---|---|
int[] |
getUserDataCategories()
Returns the required user data categories.
|
boolean |
isValid(Feature feature)
Returns true if the given feature is a goal feature, false otherwise.
|
boolean isValid(Feature feature)
feature
- the given featureint[] getUserDataCategories()