You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
say i have:
engine << Wongi:Engine:Ruleset["TestRules"]
then later I want to remove the Ruleset["TestRules"] from the engine, is there a way to do that?
The text was updated successfully, but these errors were encountered:
Really, though, the question is: why would you want to? It seems like it'd
be pretty easy to disable a rule if you wanted - just by making it depend
on some 'global' value and then switching that value. If that's too
hackey, then change something about the objects in the system.
Right?
On Sat, Aug 1, 2015 at 3:52 PM, Valeri Sokolov [email protected]
wrote:
There isn't, and it's fairly complicated to implement.
—
Reply to this email directly or view it on GitHub #37 (comment)
.
say i have:
engine << Wongi:Engine:Ruleset["TestRules"]
then later I want to remove the Ruleset["TestRules"] from the engine, is there a way to do that?
The text was updated successfully, but these errors were encountered: