| VS-RuleEngine documentation | view source | Contained in the VS-RuleEngine distribution. |
VS::RuleEngine::Rule - Interface for rules.
Called when a new instance is requested.
Evaluates the rule. Must return either KV_MATCH if the rule matched or KV_NO_MATCH if it didn't.
For arguments passed to this method see Arguments in VS::RuleEngine::Constants.
| VS-RuleEngine documentation | view source | Contained in the VS-RuleEngine distribution. |