Class DefaultRules


  • public class DefaultRules
    extends Object
    Container for the default aggregate recognition rules. It is generated by parsing the default rule xml information found in the MondrianProperties.AggregateRules value which normally is a resource in the jar file (but can be a url).

    It is a singleton since it is used to recognize tables independent of database connection (each RolapSchema uses the same instance).

    Author:
    Richard M. Emberson