Previous Top Next


Library Diagram

This diagram is dedicated to the graphical definition of SIGNAL library (Module). A library can contain Model Declarations (Action Function, Node, or Process), Constant Value declarations, or Type declarations (Enumeration, Model Type, Substitution Type, or Tuple Type). Each of these elements can be declared private (visible only by the other elements in the library) or public (visible from all elements that imports the library) by setting their Visibility attribute. Some pragmas can also be defined and applied to the declared elements.

Finally, it is possible to import other Modules to use their public Constant Values, Types, or Model Declarations. To import a Module, you have to load the file containing it. To load a .sme file, right-click in the Outline view, select the Load Resource action, and then select the sme file containing the Module. Finally, you have to add this Module in the list of Modules attribute of the Use Module model object.

To parametrize each of these elements, right-click on any graphical object and select the Property View. For more information, refers to the Parametrization of model objects section (select the Advanced tab, to view the attribute and references of each model object).



Previous Top Next