CONTENTS

Rule Language

Common Constructs and Operators
Gray bulletImplicit Variables
Gray bulletRuleset Parameters
Gray bulletall of the following conditions are true
Gray bulletany of the following conditions is true
Gray bulletit is not true that <a Boolean>
Gray bulletnone of the following conditions are true
Gray bulletThe where Construct
Gray bulletThe in <collection> Construct
Gray bulletThe from <relation> Construct
Gray bulletArithmetic Operators
Gray bulletLogical Operators
Gray bulletDate Operators
Gray bulletNumber Operators
Gray bulletObject Operators
Gray bulletText Operators
Gray bulletBAL Literals
Definitions
Gray bulletdefinitions
Gray bulletset <variable>
Gray bulletConstant Declaration
Gray bulletExpression Statements
Gray bulletMatching an Object
Gray bulletMatching a List of Objects
Conditions
Gray bulletSimple Condition
Gray bulletif <condition>
Gray bulletthere are <a number>
Gray bulletthere are at least <a number>
Gray bulletthere are at most <a number>
Gray bulletthere are less than <a number>
Gray bulletthere are more than <a number>
Gray bulletthere is at least one <term>
Gray bulletthere is at most one <term>
Gray bulletthere is no <term>
Gray bulletthere is one <term>
Actions
Gray bulletthen
Gray bulletMethod Calls
Gray bulletAttributes and Fields
Gray bulletelse
Index