Uses of Interface
com.jedox.palojlib.interfaces.IRule
Packages that use IRule
-
Uses of IRule in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IRuleModifier and TypeMethodDescriptiondefault IRule[]ICube.getRules()get the list of the rules for this cubeMethods in com.jedox.palojlib.interfaces with parameters of type IRuleModifier and TypeMethodDescriptionvoidICube.activateRules(IRule[] rules) activate a set of rules, the rules will be changed depending on their identifiers.voidICube.deactivateRules(IRule[] rules) deactivate a set of rules, the rules will be changed depending on their identifiers.voidICube.removeRules(IRule[] rules) remove a set of rules, the rules will be removed depending on their identifiers. -
Uses of IRule in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IRuleMethods in com.jedox.palojlib.main that return IRuleMethods in com.jedox.palojlib.main with parameters of type IRuleModifier and TypeMethodDescriptionvoidCube.activateRules(IRule[] rules) voidCubeHandler.changeRuleActivation(Database database, Cube cube, IRule[] rules, boolean activate) voidCube.deactivateRules(IRule[] rules) voidCube.removeRules(IRule[] rules) voidCubeHandler.removeRules(Database database, Cube cube, IRule[] rules)