-
Key: KDM14-128
-
Status: closed
-
Source: Benchmark Consulting ( Stephane Vaucher)
-
Summary:
A RangeType is described as:
"RangeType is a meta-model element that represents user-defined subtypes of any ordered datatype by placing new upper and/or lower bounds on the value space."
In the current version of the spec, the upper and lower bounds cannot match any value that is not an int.
-
Reported: KDM 1.3 — Sat, 17 Jan 2015 04:45 GMT
-
Disposition: Resolved — KDM 1.4
-
Disposition Summary:
Use Value to determine bounds for a RangeType
lower: Integer the optional lower boundary of the range
upper: Integer the optional upper boundary of the rangeThese should become Value objects to support any type of ranges (e.g, floats or strings). The Values should be contained in the RangeType.
-
Updated: Tue, 12 Jul 2016 14:44 GMT