To create a new instance in the concept, write at least the values of all key slots, then write values of other slots if known and click on the "Create" button. For modifying an existing instance modify the slot values (except key slot which are not editable) then click on the "Modify" button.
There are multiple methods to input values of a slots depending on its type and its constructor, and there are multiple syntaxes for values depending on there types :
Type | Constructor | Method to define the value |
concept | un | Select its single value in the corresponding choice field, if you don't know its value select "*** no-one ***" line. |
concept | ensemble | Select all the values in the corresponding multi-choice field. If there is no value for this slot, unselect all lines. |
concept | liste | Write the values in corresponding input field.
syntax is: (value1, value2, ...) |
other type | un | Write the value in corresponding input field.
Syntax is: value |
other type | ensemble | Write the values in corresponding input field.
Syntax is: {value1, value2, ...} |
other type | liste | Write the values in corresponding input field.
Syntax is: (value1, value2, ...) |
Type | Syntaxe for one value |
concept | #<<concept-name key-slot1-value, key-slot2-value,...>>
Exemple: #<<house "factory St.", 17, 3>> |
chaine | "value"
Exemple: "toto" |
entier | an integer value
Exemple: 3 |
reel | a real value
Exemples: 15.25 or 10. |
other types | depending on the definition of it. |