Previous | UML Classes | Table of Contents | UML Packages | Next |
•
ValueSpecification (from Kernel ) on page 140
Description
An Interval defines the range between two value specifications.
Attributes
No additional attributes
Associations
• min: ValueSpecification [1] Refers to the ValueSpecification denoting the minimum value of the range.
• max: ValueSpecification [1] Refers to the ValueSpecification denoting the maximum value of the range.
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.