Property IndexedNames
If the return type of the conversion function is an array type, the target objects represent the individual elements of the result value of the conversion function. If the return type of the conversion function is 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 result value of the conversion function. 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 | convFunc |
Multiplicity | 0..* |
Constraints |
Name | Specification | Documentation |
Ordering | ordered | |