Changes between Version 234 and Version 235 of WikiStart
- Timestamp:
- 08/19/19 14:53:02 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v234 v235 62 62 63 63 The issues are just String objects. 64 65 There are two type of values: discrete values and number values. Discrete values are strings eg "low", "yes" or "1". Number values are numbers, eg -1 or 12.423. 64 66 65 67 A ValueSet indicates the possible values for an issue. There are 2 types of valuesets: numeric and discrete. DiscreteValueSet contains the list of DiscreteValue which is a basically a possible (string) values for the issue. NumberValueSet contains a Range which is a set of numbers defined by the minimum, maximum and stepsize (upwards from the minimum).