Issue 11831: Shaped stereotype (pp 464,465): (marte-ftf) Source: INRIA (Mr. Pierre Boulet, Pierre.Boulet(at)lifl.fr) Nature: Uncategorized Issue Severity: Summary: a notation to refer to a particular element of a shaped collection by index should be added. Proposal: use ElementName[index]. Resolution: Proposal: use ElementName[index]. Revised Text: At the end of the Shaped stereotype description (page 465), in the section Notation, add To refer to a specific Element that is part of a multidimensional collection specified by a shape, one can use the ElementName[index] notation where index is the index of this element in the collection. The index is a vector of n naturals where n is the number of dimensions of the shape. The indexes are numbered from 0 to the size of the corresponding dimension minus 1. For example if a part is declared as PE: ProcessingElement [{10,10}] one can refer to the specific PE of index {0,6} by PE[{0,6}]. Actions taken: December 17, 2007: received issue February 17, 2010: closed issue Discussion: End of Annotations:===== s is issue # 11831 Shaped stereotype (pp 464,465): a notation to refer to a particular element of a shaped collection by index should be added. Proposal: use ElementName[index].