
UML/BPMN Metamodel
Defines a Constraint that refers to a duration interval.
NOTE : This class is not yet available in Modelio.
A DurationConstraint is a Constraint that must reference 2 MessageEnds.
It expresses that the time between 2 MessagesEnds must be comprised between DurationMin and DurationMax.
Modelio specific:
DurationConstraint has been greatly simplified to improve its useability : its bounds are expressed directly textually instead of using the IntervalConstraint and DurationIntervals OMG metaclasses.

Figure 143 : DurationConstraint (architecture_autodiagram)
Attribute | Description |
---|---|
string DurationMin [1..1] | The minimum duration between 2 MessageEnds. |
string DurationMax [1..1] | The maximum duration between 2 MessageEnds. |