Previous UML Classes Table of Contents UML Packages Next


13.3.17 IntervalConstraint

SimpleTime


*Generalizations

   

    Constraint (from Kernel ) on page 57

   Description

   An IntervalConstraint defines a Constraint that refers to an Interval.

   Attributes

   No additional attributes

   Associations

   Issue 8304 -add ‘specification’ entry 9117 - duplicate

   • specification : Interval [1] An interval that determines if the constraint is satisfied. Redefines Constraint::specification.

   Constraints

   No additional constraints

   Semantics

   The semantics of an IntervalConstraint is inherited from Constraint. All traces where the constraints are violated are negative traces (i.e., if they occur in practice the system has failed).

   Notation

   An IntervalConstraint is shown as a graphical association between an Interval and the constructs that this Interval constrains. The concrete form is given in its subclasses.

   Changes from previous UML

   This metaclass has been added.