OntoUML / ontouml-js

Javascript library for manipulating OntoUML models.
Apache License 2.0
11 stars 8 forks source link

Add method to retrieve a classifier's taxonomy #84

Open claudenirmf opened 2 years ago

claudenirmf commented 2 years ago

Add method to retrieve a classifier's taxonomy, i.e., an array of all classifiers that may apply to instances of the given classifier. This method must check orthogonal hierarchies among its ancestors, and consider the disjointness of generalization sets, ultimate sortals, and ontological natures.

getTaxonomy(): Classifier[];