Previous Table of Contents Next


10.3.6 StepPrecedence


   This is used to define explicit order-of-execution relationships among TransformationSteps. It may be used independent of or in conjunction with PrecedenceConstraint

   Superclasses

   Dependency

   References

   precedingStep

Identifies the preceding TransformationStep that the StepPrecedence dependency is for.

class:

defined by:

multiplicity:

inverse:

ModelElement
Dependency-ModelElement::supplier
one or more
TransformationStep::succeedingStep

   succeedingStep

Identifies the succeeding TransformationStep that the StepPrecedence dependency is for.

class:

defined by:

multiplicity:

inverse:

ModelElement
Dependency-ModelElement::client
one or more
TransformationStep::precedingStep

   Constraints

   The preceding step and succeeding step must not be the same. [C-1]