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

Smart Modeling enforces "intrinsic-mode" nature on classes decorated as «mode» #92

Closed claudenirmf closed 3 years ago

claudenirmf commented 3 years ago

The method below overrides the value of restrictedTo with the default nature because shouldOverride does not take into consideration that «mode» may be restricted to different values of natures.

https://github.com/OntoUML/ontouml-vp-plugin/blob/eefcd8ed9cfd7df1280e40d2efa9abb9721f0f67/src/main/java/it/unibz/inf/ontouml/vp/model/uml/Class.java#L467