Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute Name

Applied Stereotypes

Multiplicity

Type

Description

deltas

M

1.N

ScalingDelta


Declares different scaling deltas, each of which is applied for one or more scaling step of this aspect.

stepDeltas


M

0..N

Identifier (Reference to ScalingDelta)

Identifiers of the individual scaling deltas to be applied for the subsequent scaling steps of this aspect.

The first entry in the array shall correspond to the first scaling step (between scale levels 0 to 1) and the last entry in the array shall correspond to the last scaling step (between maxScaleLevel-1 and maxScaleLevel).

Each referenced scaling delta shall be declared in the "deltas" attribute.

See note.

NOTE: A scaling aspect for which only one scaling delta is defined (i.e. for which the "deltas" attribute has only one entry) is called a "uniform aspect". The single delta that is declared for a uniform aspect is called the "uniform delta"; it is applied in all scaling steps of that aspect. For a uniform aspect, the "stepDeltas" attribute may be omitted, as the same scaling delta is applied for all scaling steps.

...