momba icon indicating copy to clipboard operation
momba copied to clipboard

API to check which modeling features are used.

Open koehlma opened this issue 4 years ago • 0 comments

Implement an API to check which modeling features are used.

There should be a way to determine whether a model uses a particular feature such as value passing or functions. This is especially relevant when using Momba to translate fragments of JANI into other model formats. Such translation tools should be able to check that no unsupported features outside of the JANI fragment are used.

Implementation

This seems to be best implemented as a method or property on the modeling context.

koehlma avatar May 16 '21 15:05 koehlma