Class UML 2.4.1::QualifierValue
Description:
A qualifier value is not an action. It is an element that identifies links.
It gives a single qualifier within a link end data specification.
Direct Superclasses: ElementDirect Subclasses: Class Precedence List: QualifierValue,
ElementProperties:
qualifier :
Property (1 1); -- source
QualifierValue value :
InputPin (1 1); -- source
QualifierValue ownedComment :
Comment (0 *); -- source
Element ownedElement :
Element (0 *); -- source
Element owner :
Element (0 1); -- source
ElementConstraints:
Signature: type_of_qualifier() : Boolean;
Description: The type of the qualifier value input pin is the same as the type of the
qualifier attribute.
Expression: self.value.type = self.qualifier.type
Signature: qualifier_attribute() : Boolean;
Description: The qualifier attribute must be a qualifier of the association end of the
link-end data.
The OCL used here is not normative.Editor's notes: LinkEndData not defined.
Expression: true
Original: self.LinkEndData.end->collect(qualifier)->includes(self.qualifier)
Signature: multiplicity_of_qualifier() : Boolean;
Description: The multiplicity of the qualifier value input pin is "1..1".
The OCL used here is not normative.Editor's notes: No multiplicity
Expression: self.value.is(1,1)
Original: self.value.multiplicity.is(1,1)
Operations:
No additional operations.
Send questions or comments to
[email protected].