Previous | UML Classes | Table of Contents | UML Packages | Next |
WriteStructuralFeatureAction is an abstract class for structural feature actions that change structural feature values.
•
StructuralFeatureAction (from IntermediateActions ) on page 297
A write structural feature action operates on a structural feature of an object to modify its values. It has an input pin
on which the value that will be added or removed is put. Other aspects of write structural feature actions are inherited from
StructuralFeatureAction.
No additional attributes
• value : InputPin [1..1] ) Value to be added or removed from the structural feature. (Subsets Action::input)
[1] The type input pin is the same as the classifier of the structural feature.
self.value.type = self.structuralFeature.featuringClassifier
[2] The multiplicity of the input pin is 1..1.
self.value.multiplicity.is(1,1)
None.
No specific notation
WriteStructuralFeatureAction is introduced to abstract aspects of structural feature actions that change structural feature
values.
WriteStructuralFeatureAction is new in UML 2.0. It generalizes WriteAttributeAction in UML 1.5.