Alternate Name: Common Business Entities Domain::Policy ABE::Policy Structure ABE::Policy Condition ABE
Category: [a] Class
This is the base class for all simple policy conditions. A simple policy condition consists of a single Boolean clause, which is used to test a single condition. This consists of a single occurrence of a PolicyStatement, which is of the form:\n\n {variable, operator, value}\n\nThis design relies on the PolicyStatement to supply the actual terms to make up the condition clause. Thus, since everything is normalized to a condition clause, no subclasses of PolicyConditionAtomic are needed. Instead, subclasses of the appropriate PolicyStatement classes are provided.\n\nA compound PolicyCondition consists of one or more PolicyConditions contained inside a higher-level PolicyCondition. These can optionally be grouped by a PolicyConditionComposite object if desired.\n
This was created from the Frameworx 16.0 Model