Package org.dmd.dmv.shared

Examples of org.dmd.dmv.shared.DmvDynamicRuleManager


    public void checkRules(SchemaDefinition sd) throws DmcRuleExceptionSet {
        // And finally, after everything has been parsed and resolved, we go back over the rule instances
        // and sanity check them. Well, it's not quite that simple. We are applying rules to the rules
        // themselves and we have to dynamically instantiate the rules and initialize them with rule data.
        // All that interesting stuff is done in the dynamic rule manager.
        DmvDynamicRuleManager drm = new DmvDynamicRuleManager();
        drm.loadAndCheckRules(allSchema, sd);     
    }
View Full Code Here

TOP

Related Classes of org.dmd.dmv.shared.DmvDynamicRuleManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.