OntoUML / ontouml-vp-plugin

A plugin for Visual Paradigm to add support for OntoUML modeling and model intelligence services
Apache License 2.0
35 stars 15 forks source link

Deserialized primitive datatypes cannot have relations #119

Open claudenirmf opened 2 years ago

claudenirmf commented 2 years ago

OntoUML classes with the stereotype «datatype» that have no attributes are interpreted as "primitive datatypes" by the plugin, which deserializes them as instances of IDataType. However, instances of IDataType cannot have relationships connected to it, for example, generalizations.

I think we can overcome this issue in three different ways in order to make a solution that is transparent to a Visual Paradigm user: