Changes between Version 156 and Version 157 of WikiStart


Ignore:
Timestamp:
03/12/19 14:31:22 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v156 v157  
    162162This because instances of your class can be made both for extracting general info as getDescription(), or to really run your class.
    163163
     164= Create Domain/Profiles
     165This section discusses how domains and profiles are created.
     166
    164167== Create a domain
    165168There is not yet a domain editor available so you have to create domains by manually editing a file with JSON code.
     
    184187  * 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).
    185188
    186 = Create a profile
    187 A profile (a.k.a utilityspace) looks like this
     189== Create a profile
     190A profile is usually created after the domain. An example linear additive profile looks like this
    188191{{{
    189192{