semiotproject / wot-semdesc-helper

Semi-automatic generation of semantic description for sensing devices
0 stars 1 forks source link

Support Units of Measurement #21

Closed soylent-grin closed 8 years ago

soylent-grin commented 8 years ago

Now we parse ttl on the client and manually edit each editable field: labels, measurement properties, etc. Each of this field requires certain getters and setters; but, units of measurement are setting not in one triple (like all other props), but in a bunch of them. So, this setter should be more complex by itself.