Package mondrian.rolap.aggmatcher
Interface Recognizer.Matcher
-
- Enclosing class:
- Recognizer
public static interface Recognizer.MatcherThis is used to wrap column name matching rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(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.
-
-