![]() |
Beyond Code: An Introduction to Model-Driven Software Development (CISC 836, Fall 2021)
Assignment 4 (DSLs with Xtext)Due: Tuesday, November 30
|
Just like UML-RT, Urml is meant for the description of embedded systems with soft real-time constraints as found, e.g., in the telecommunications industry. It supports structural modeling via 'capsules', i.e., components can communicate with each other only by sending and receiving messages over 'connectors' and 'ports', i.e., boundary objects that are typed with 'protocols' which define the messages that are accepted by the port. Capsules can be contained in other capsules and every model has a root capsule. The behaviour of every capsule is described by means of a statemachine; a transition consists of a trigger, a (possibly empty) guard, and (possibly empty) action code. A message sent to a capsule will cause a transition to be taken and its action code to be executed, if the source state of the transition is currently active, the message matches the trigger, and the guard evaluates to 'true'. The action code is given in a simple imperative language with constructs of sending and receiving messages.
Urml was developed by Keith Yip and for more details on the language and its implementation, please see his MSc thesis.Last modified: Wed Nov 10 2021 13:00:46