Changes between Version 227 and Version 228 of WikiStart


Ignore:
Timestamp:
08/14/19 09:01:10 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v227 v228  
    7575}}}
    7676
    77 When describing the domain, the set of allowed values has to be given. To give an example:
    78 
    79 {{{
    80 {"name":"testdomain","issuesValues":{
    81   "issue1":{"range":["2","3","0.22"]},
    82   "issue2":{"values":["i1v1","i1v2"]}
    83  }}
    84 }}}
    85 
    86 the "range" indicates issue 1 is a number issue, with allowed values from 2 to 3 with steps 0.22. The "values" indicates issue2 is a discrete issue, with allowed values "i1v1" and "i1v2".
    87 
    88 
    89 A domain looks like this
     77When describing the domain, the set of allowed values has to be given. A domain looks like this
    9078{{{
    9179{"name":"jobs",