functioncheckInterfaceOfPackages
Checks the interfaces of MetaModelica packages.
Information
Verifies the __OpenModelica_Interface=str annotation of all loaded packages with respect to the given main class.
For each row in the dependencyMatrix, the first element is the name of a dependency type. The rest of the elements are the other accepted dependency types for this one (frontend can call frontend and util, for example). Empty entries are ignored (necessary in order to have a rectangular matrix).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | cl | ||
| String[:,:] | dependencyMatrix |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | success |