Alternate Name: Common Business Entities Domain::Policy ABE::Policy Structure ABE::Policy Statement ABE
Category: [a] Class
This class models the triplet {variable, operator, value} that is used by both the PolicyCondition and PolicyAction classes. Note that the semantics are reflected in the types of operators that are allowed to be used in each case.\n\nFor conditions, we want the semantics of #@#@variable relates to value#@#@, where #@#@relates to#@#@ is usually the match operator, but could also be other applicable operators (e.g., a comparison operator).\n\nFor actions, we want the semantics of #@#@set variable to value#@#@. Here, the only operator allowed is the set operator.\n\nBoth of these semantics are enforced using OCL.\n\nThe ability to use the same basic form for writing PolicyConditions and PolicyActions greatly simplifies the design and implementation of a policy management system by enabling such statements to be automatically generated.\n
This was created from the Frameworx 16.0 Model