| Policy Condition ABE UML Documentation |
| Summary:AttributesProperties | Detail:Attributes |
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: {variable, operator, value}This 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.A 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.
| Attributes | ||
| PolicyStatement | ||
| Integer |
This attribute is a non-negative integer and represents the particular sequence in which this element is parsed as part of the overall policy structure. This will allow a policy engine to reference externally supplied arguments to this object as it is evaluated.Notes: Not present in the ITU specs. CIM 2.7 has a subset of these values |
|
| Integer |
This is an enumerated integer that is set by a policy application to define the state of evaluation of this PolicyCondition. Permitted Values: 0: not yet evaluated 1: evaluated as TRUE 2: evaluated as FALSENotes:Not present in the ITU or CIM specs. |
|
| Attributes inherited from |
||
| Attributes inherited from |
||
Properties:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | PolicyConditionAtomic |
| Name Expression | |
| Namespace | Policy Condition ABE |
| Owned Template Signature | |
| Owner | Policy Condition ABE |
| Owning Template Parameter | |
| Package | Policy Condition ABE |
| Qualified Name | SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Condition ABE::PolicyConditionAtomic |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Attribute Details |
Public PolicyStatement _policyStatement
| Aggregation | Shared |
| Alias | |
| Association | PolicyStatementInPolicyCondition |
| Association End | |
| Class | PolicyConditionAtomic |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | false |
| Keywords | |
| Lower | 1 |
| Lower Value | (1) |
| Multiplicity | 1 |
| Name | _policyStatement |
| Name Expression | |
| Namespace | PolicyConditionAtomic |
| Opposite | _policyConditionAtomic |
| Owner | PolicyConditionAtomic |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Condition ABE::PolicyConditionAtomic::_policyStatement |
| Stereotype | |
| Template Parameter | |
| Type | PolicyStatement |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
Public Integer conditionSequenceNumber
This attribute is a non-negative integer and represents the particular sequence in which this element is parsed as part of the overall policy structure. This will allow a policy engine to reference externally supplied arguments to this object as it is evaluated.Notes: Not present in the ITU specs. CIM 2.7 has a subset of these values
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | PolicyConditionAtomic |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | None (1) |
| Name | conditionSequenceNumber |
| Name Expression | |
| Namespace | PolicyConditionAtomic |
| Opposite | |
| Owner | PolicyConditionAtomic |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Condition ABE::PolicyConditionAtomic::conditionSequenceNumber |
| Stereotype | required |
| Template Parameter | |
| Type | Integer |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
Public Integer hasEvaluated
This is an enumerated integer that is set by a policy application to define the state of evaluation of this PolicyCondition. Permitted Values: 0: not yet evaluated 1: evaluated as TRUE 2: evaluated as FALSENotes:Not present in the ITU or CIM specs.
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | PolicyConditionAtomic |
| Datatype | |
| Default | 0 |
| Default Value | () |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | None (1) |
| Name | hasEvaluated |
| Name Expression | |
| Namespace | PolicyConditionAtomic |
| Opposite | |
| Owner | PolicyConditionAtomic |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Condition ABE::PolicyConditionAtomic::hasEvaluated |
| Stereotype | |
| Template Parameter | |
| Type | Integer |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
| Policy Condition ABE UML Documentation |
| Summary:AttributesProperties | Detail:Attributes |