Navigation expressions

Instances can be referred to by the following navigation expressions:

The same navigation expression can refer to different instances during the execution. For example, if instances A[0] to A[5] have been created and then A[3] is deleted, the expression A[#5] refers to A[4] before the deletion and to A[5] after the deletion.


Feedback