Common Domain::Policy ABE::Policy Framework ABE
Class PolicyRuleBase

This is a concrete base class for realizing the "event-condition-passaction-failaction" semantics that form a policy rule. The semantics of this rule are that the rule is evaluated when an event occurs. If the condition clause is satisfied, then the pass-action clause will be executed (otherwise, the fail-action clause will be executed).

PolicyRules may be nested within PolicyRules. This is often needed in networking (e.g., bandwidth allocation).

Attributes
PolicyAction _policyAction _policyAction
PolicyCondition _policyCondition _policyCondition
PolicyEventBase _policyEventBase _policyEventBase
Boolean hasSubRules hasSubRules

This is a Boolean attribute that, if TRUE, signifies that this PolicyRule has one or more sub-rules. Sub-rules are used to enforce a hierarchical nesting of rules, so that parent rules may control the execution and other semantics of sub-rules that they contain.

Boolean isCNF isCNF

This is a Boolean attribute that, if TRUE, defines the condition clause of this rule to be represented in Conjunctive Normal Form (e.g., an AND of ORs). If the value of this attribute is FALSE, then the condition clause will be represented in Disjunctive Normal Form (e.g., an OR of ANDs).

This attribute controls the setting of how multiple condition clauses (as represented by multiple PolicyConditionComposite objects) are treated in the PolicyRule. As such, it is different from the attribute PolicyConditionComposite.IsCNF, which controls how multiple PolicyConditionAtomic objects are treated in a (single) PolicyConditionComposite object.

PolicyRuleSpec policyRuleSpec policyRuleSpec

Attributes inherited from SID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicySet SID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicySet
isMandatoryEvaluation isMandatoryEvaluation, usage usage, _policySet2 _policySet2, _policySet1 _policySet1, _policySetSpec _policySetSpec, _revenueAssuranceObjective _revenueAssuranceObjective, _productPrice _productPrice, _productOffering _productOffering, _businessInteractionItemPrice _businessInteractionItemPrice, _productPricePartyRole _productPricePartyRole, entitySpecCharValueUse entitySpecCharValueUse, configurationSpecification2 configurationSpecification2, catalogSpecification catalogSpecification, revShareModelSpecNegotiableRange revShareModelSpecNegotiableRange, productOfferingPrice productOfferingPrice

Attributes inherited from SID Models::Common Domain::Policy ABE::Policy Framework ABE::Policy SID Models::Common Domain::Policy ABE::Policy Framework ABE::Policy
_policyApplication _policyApplication, keywords keywords, policyName policyName, _policyRepository _policyRepository, _policyDomain _policyDomain

Attributes inherited from SID Models::Common Domain::Root Business Entities ABE::RootEntity SID Models::Common Domain::Root Business Entities ABE::RootEntity
_rootEntityType _rootEntityType, _revenueAssuranceParmValue _revenueAssuranceParmValue, _characteristicValue _characteristicValue, name name, description description, ID ID, metric metric, _monitoredMetricInstancesCriteria _monitoredMetricInstancesCriteria, directedEdge directedEdge, vertex vertex, entityCatalogItem entityCatalogItem, rootEntityGroupMember rootEntityGroupMember, rootEntityGroup rootEntityGroup, rootEntityRelationship rootEntityRelationship, rootEntityRelationship2 rootEntityRelationship2, associationRole associationRole, entitySpecificationAttachment entitySpecificationAttachment, interactionUseCase interactionUseCase, interactionResult interactionResult

Properties:

Alias
Classifier Behavior
Is Abstracttrue
Is Activefalse
Is Leaffalse
Keywords
NamePolicyRuleBase
Name Expression
NamespacePolicy Framework ABE
Owned Template Signature
OwnerPolicy Framework ABE
Owning Template Parameter
PackagePolicy Framework ABE
Qualified NameSID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicyRuleBase
Representation
Stereotype
Template Parameter
VisibilityPublic

Attribute Details

 _policyAction
Public PolicyAction _policyAction
Constraints:
Properties:

AggregationShared
Alias
AssociationPolicyActionRuleDetails
Association End
ClassPolicyRuleBase
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquefalse
Keywords
Lower1
Lower Value(1)
Multiplicity1..*
Name_policyAction
Name Expression
NamespacePolicyRuleBase
Opposite_policyRuleBase
OwnerPolicyRuleBase
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicyRuleBase::_policyAction
Stereotype
Template Parameter
TypePolicyAction
Upper*
Upper Value(*)
VisibilityPublic


 _policyCondition
Public PolicyCondition _policyCondition
Constraints:
Properties:

AggregationShared
Alias
AssociationPolicyConditionRuleDetails
Association End
ClassPolicyRuleBase
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquefalse
Keywords
Lower1
Lower Value(1)
Multiplicity1..*
Name_policyCondition
Name Expression
NamespacePolicyRuleBase
Opposite_policyRuleBase
OwnerPolicyRuleBase
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicyRuleBase::_policyCondition
Stereotype
Template Parameter
TypePolicyCondition
Upper*
Upper Value(*)
VisibilityPublic


 _policyEventBase
Public PolicyEventBase _policyEventBase
Constraints:
Properties:

AggregationShared
Alias
AssociationEventTriggerDetails
Association End
ClassPolicyRuleBase
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquefalse
Keywords
Lower1
Lower Value(1)
Multiplicity1..*
Name_policyEventBase
Name Expression
NamespacePolicyRuleBase
Opposite_policyRuleBase
OwnerPolicyRuleBase
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicyRuleBase::_policyEventBase
Stereotype
Template Parameter
TypePolicyEventBase
Upper*
Upper Value(*)
VisibilityPublic


 hasSubRules
Public Boolean hasSubRules

This is a Boolean attribute that, if TRUE, signifies that this PolicyRule has one or more sub-rules. Sub-rules are used to enforce a hierarchical nesting of rules, so that parent rules may control the execution and other semantics of sub-rules that they contain.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassPolicyRuleBase
Datatype
Defaultfalse
Default Value(false)
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
MultiplicityNone (1)
NamehasSubRules
Name Expression
NamespacePolicyRuleBase
Opposite
OwnerPolicyRuleBase
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicyRuleBase::hasSubRules
Stereotype
Template Parameter
TypeBoolean
Upper1
Upper Value
VisibilityPublic


 isCNF
Public Boolean isCNF

This is a Boolean attribute that, if TRUE, defines the condition clause of this rule to be represented in Conjunctive Normal Form (e.g., an AND of ORs). If the value of this attribute is FALSE, then the condition clause will be represented in Disjunctive Normal Form (e.g., an OR of ANDs).

This attribute controls the setting of how multiple condition clauses (as represented by multiple PolicyConditionComposite objects) are treated in the PolicyRule. As such, it is different from the attribute PolicyConditionComposite.IsCNF, which controls how multiple PolicyConditionAtomic objects are treated in a (single) PolicyConditionComposite object.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassPolicyRuleBase
Datatype
Defaulttrue
Default Value(true)
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
MultiplicityNone (1)
NameisCNF
Name Expression
NamespacePolicyRuleBase
Opposite
OwnerPolicyRuleBase
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicyRuleBase::isCNF
Stereotype
Template Parameter
TypeBoolean
Upper1
Upper Value
VisibilityPublic


 policyRuleSpec
Public PolicyRuleSpec policyRuleSpec
Constraints:
Properties:

AggregationNone
Alias
AssociationSpecifiesPolicRule
Association End
ClassPolicyRuleBase
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value(1)
Multiplicity1
NamepolicyRuleSpec
Name Expression
NamespacePolicyRuleBase
OppositepolicyRuleBase
OwnerPolicyRuleBase
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Framework ABE::PolicyRuleBase::policyRuleSpec
Stereotype
Template Parameter
TypePolicyRuleSpec
Upper1
Upper Value(1)
VisibilityPublic