Alternate Name: Common Business Entities Domain::Policy ABE::Policy Structure ABE::Policy Condition ABE
Category: [a] Class
This is an abstract base class that represents how to form the condition clause of a PolicyRule. This class can be used to represent rule-specific or reusable policy conditions.\n\nPolicy conditions are of the form:\n\n {variable, operator, value}\n\nwhere the operator is usually the MATCH operator, but could be another type (e.g., compare) of operator. This gives the semantics of #@#@IF the condition is TRUE (or FALSE)#@#@.\n\nThe subclasses of PolicyCondition, along with its recursive aggregation, enable simple and compound (e.g., nested) PolicyConditions to be supported by the same structure.\n
This was created from the Frameworx 16.0 Model