VS::RuleEngine::Constants - Constants used by the engine
- KV_ABORT
-
Used to indicate execution of the engine should be aborted.
- KV_CONTINUE
-
Used to indicate execution of the engine should continue.
- KV_NO_MATCH
-
Used to indicate a rule didn't match.
- KV_MATCH
-
Used to indicate a rule matched.
- KV_SELF
-
The invoked object - that is the rule-,
input-,
output-,
action- etc.
instance.
- KV_GLOBAL
-
The global data for the engine.
- KV_LOCAL
-
The local iteration data for the engine.
- KV_INPUT
-
The engine inputs.