OntoUML / ontouml-js

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

Information about available ontouml-js methods and usage examples #76

Open Matt-81 opened 3 years ago

Matt-81 commented 3 years ago

I was looking for a list of the available ontouml-js methods (e.g., Package.createKind) with, possibly, also hints about how they can be used.

I mean something like what is available for the jest methods at https://jestjs.io/docs/expect (e.g., toHaveLength).

By using "control" over a method I can already see some useful info about it, but I was wondering whether there is something where I can check a full list of the available options + example

Thanks!