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
 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.


SourceForge.net_Logo