Previous UML Classes Table of Contents UML Packages Next


13.3.16 Interval

SimpleTime


*Generalizations

   

    ValueSpecification (from Kernel ) on page 140

   Description

   An Interval defines the range between two value specifications.

   Attributes

   No additional attributes

   Associations

   Constraints

   No additional constraints

   Semantics

   The semantics of an Interval is always related to Constraints in which it takes part.

   Notation

   An Interval is denoted textually by two ValueSpecification s separated by ..:

   <interval> ::= <min-value> ‘ ..’ <max-value>

   Changes from previous UML

   This metaclass has been added.