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

Derivations serialized as relations without stereotype #105

Closed tgoprince closed 3 years ago

tgoprince commented 3 years ago

Plugin version: 0.5.1

Visual Paradigm does not support relations connected to other relations. So, to represent derivation relations, we use association classes.

These should be serialized as derivation relations, in which the truthmaker (the class) is the source and the relation is the target. Currently, these association classes are serialized as plain relations without any stereotype, causing other features to break (e.g. the transformation from OntoUML to gUFO).