universAAL / ontology

Collection of "official" ontologies of universAAL, which play the role of data model
13 stars 11 forks source link

Private setters iin HealthMeasurement ontology #458

Closed Alfiva closed 7 years ago

Alfiva commented 7 years ago

Originally Opened: @Alfiva (2015-01-21 17:06:07) Originally Closed: 2015-05-26 18:00:43

This issue comes from http://forge.universaal.org/gf/project/support/forum/?_forum_action=ForumMessageBrowse&thread_id=152&action=ForumBrowse&feedback=Message+replied. towards the end.

Several setter methods of HealthMeasurment ontology are defined private and protected, but the purpose of those methods is always to let the developers use them, because it's handy. All setters should be public. As well as helper constructors such as MeasurableDimension(integer)

--

From: this issue has been automatically imported from our old issue tracker

Alfiva commented 7 years ago

Original author: @Alfiva (2015-05-26 18:00:43)

Setters fixed in previous releases. The MeasurableDimension(integer) constructor is private because it is an enumeration. Use static instances of it instead.

Alfiva commented 7 years ago

issue cloed on 2015-05-26 18:00:43