Combining modules with the open command

You can import a model named someExample.als into your model by writing

  open somePath/someExample

immediately below the module statement at the top of your model. In this case, somePath is the path where someExample.als is stored.

This is equivalent to prepending the contents of the someExample.als model to your model. Consequently, you will have to be careful about name conflicts.