Package oracle.rules.rl
Interface Ruleset
- All Superinterfaces:
Serializable
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of the ruleset.- Returns:
- the name of the ruleset.
-
getRules
Returns a map of the rules defined in this ruleset.- Returns:
- a map of the rules defined in this ruleset.
-
getRule
Returns a Rule instance for the named rule. If the rule does not exist in this ruleset, null is returned. is returned.- Returns:
- a Rule instance for the named rule.
-