14.6.29 IntegerLatticeArray

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType

Represents an array of integers based on an origin and a multi-dimensional offset. The offset is based on a linearization of a multi-dimensional offset.

If count(i) is the number of elements in the dimension i and offset(i) is the offset in the dimension i, then:

globalOffsetInNDimension = startValue+ ni*offset(n) + n_1i*count(n)*offset(n-1) + .... + 0i*count(n)*count(n-1)*....count(1)*offset(0)

Table 14.6.29-1 Attributes

Name

Data Type

Notes

StartValue

integer

Value representing the global start for the lattice:

i.e., iStart + jStart*ni + kStart*ni*nj

Derived From: AbstractIntegerArray

Derived Classes: (none)

Table 14.6.29-2 Relationships

Role

Class

Cardinality

Offset

IntegerConstantArray

1..*