Icon class icon_class fas fa-quote-left icon_class_computed fas fa-quote-left Related content Source Unified Modeling Language 2.5.1 Copyright information About Object Management Group copyright in text extracts quoted from OMG specifications for educational purposes Snippet kind SEMANTIC UML keywords StructuralFeature AddStructuralFeatureValueAction StructuralFeatureAction AddStructuralFeatureValueAction::insertAt AddStructuralFeatureValueAction::isReplaceAll Previous snippet Reinserting an existing value at a new position in an ordered, unique StructuralFeature moves the value to that position (this works because such StructuralFeature values are ordered sets). Full quote The insertion point is ignored if it is used when isReplaceAll=true. Next snippet The semantics are undefined for adding a value that violates the upper multiplicity of the StructuralFeature, and for adding a new value to a StructuralFeature with isReadonly=true after initialization of the object that would have the value. Related snippets 16.8.3.3 Add Structural Feature Value Actions: An AddStructuralFeatureValueAction is a StructuralFeatureAction for adding a value to a StructuralFeature of an object. Related snippets (backlinks) If the insertAt InputPin is present, it has type UnlimitedNatural and multiplicity 1..1 An insertion point that is a positive integer less than or equal to the current number of values means to insert the new value at that position in the sequence of existing values, with the integer 1 meaning the new value will be first in the sequence. Visit also Visit also (backlinks) Flags