Real-Time Object-Oriented Modeling: Difference between revisions

Content deleted Content added
Hrrpro (talk | contribs)
Elaborated on basic concepts and some details of ROOM
Hrrpro (talk | contribs)
using 'Automatic programming' as link for 'code generation' which is a better match
Line 11:
== Concepts and Key Notions of ROOM ==
 
ROOM is a modeling language for the definition of software systems. It allows the complete [[automatic programming|code generation]] for the whole system from the model. ROOM comes with a textual as well as with a graphical notation.
Typically the generated code is accompanied with manually written code, e.g. for graphical user interfaces ([[GUI]]).
The code is compiled and linked against a runtime library which provides base classes and basic services (e.g. messaging).