OntoUML / ontouml-vp-plugin

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

Export to JSON feature does not support multiple stereotypes #150

Closed pedropaulofb closed 1 year ago

pedropaulofb commented 1 year ago

It is correct that only a single OntoUML stereotype must be used in a decoratable element (classes, relationships, etc.). However, it is not a problem to have one OntoUML stereotype plus other non-OntoUML stereotypes (e.g., domain stereotypes).

The ontouml-schema allows the addition of multiple stereotypes as it defines its stereotypes field as A non-empty array of non-empty strings representing stereotypes of its container object. Nullable..

pedropaulofb commented 1 year ago

Multiple stereotypes are not desirable in OntoUML models.