Changes between Version 156 and Version 157 of WikiStart
- Timestamp:
- 03/12/19 14:31:22 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v156 v157 162 162 This because instances of your class can be made both for extracting general info as getDescription(), or to really run your class. 163 163 164 = Create Domain/Profiles 165 This section discusses how domains and profiles are created. 166 164 167 == Create a domain 165 168 There is not yet a domain editor available so you have to create domains by manually editing a file with JSON code. … … 184 187 * a number valueset contains a range of numbers and looks like {{{ {"range":["12.2","12.6","0.3"]} }}} so "range:" followed by a list of 3 values. The first value is the minimum value in the range, the second the maximum value in the range, and the third the step value. This example range thus contains 12.2 and 12.5 (the next one would be 12.8 but that is already outside the range). 185 188 186 = Create a profile187 A profile (a.k.a utilityspace)looks like this189 == Create a profile 190 A profile is usually created after the domain. An example linear additive profile looks like this 188 191 {{{ 189 192 {