Bases: object
RuleSet
Keeps track of all rules for all tables.
Add a rule to the Ruleset
@rule can be a Rule or a Fact. Returns True if add_rule() changes the RuleSet.
Remove a rule from the Ruleset
@rule can be a Rule or a Fact. Returns True if discard_rule() changes the RuleSet.