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(String name)
Return true it the name matches and false otherwise.
-
-
-
Method Detail
-
matches
boolean matches(String name)
Return true it the name matches and false otherwise.
-
-