Skip to content
Leon Starr edited this page Mar 7, 2025 · 11 revisions

Welcome to the model-execution (MX) wiki!

Here we will execute the models we have built using Python.

The goal here is not to implement a system, but to execute it for the purposes of testing, validation, inspection, and experimentation.

Why not implement? Well, there are a variety of model compilers that can deliver an implementation of the models on a target platform such as an embedded ARM processor. (See the great work being done at Model Realization, for example).

Concepts

Let's see how all this works with the Elevator Case Study.

The Elevator domain models are defined in a system package. The structure of this package is defined in the readme file of the xuml-populate repository.

Clone this wiki locally