Property IndexedNames
If the name denotes an object of an array type, the target objects represent the individual elements of the object denoted by the name. If the name denotes an object of an access type for which the designated type is an array type, the target objects represent the individual elements of the variable designated by the value of the object denoted by the name. Otherwise, there are no target objects. The order of the target objects in the association, if any, is such that, given two distinct target objects, A and B, A precedes B in the association if and only if all of the index values of B are equal to or to the right of the corresponding index values of A in the respective index ranges of the array type.
General Info |
|
Name | IndexedNames |
Type | indexedName |
Visibility | public |
Owner | name |
Multiplicity | 0..* |
Constraints |
Name | Specification | Documentation |
Ordering | ordered | |