Package mondrian.rolap.aggmatcher
Interface Recognizer.Matcher
-
- Enclosing class:
- Recognizer
public static interface Recognizer.Matcher
This is used to wrap column name matching rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(java.lang.String name)
Return true it the name matches and false otherwise.
-