Update of "RoseaPage"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: bf2e1ae3cb622e61f96f9aa2cd0be279a4d93af5
Page Name:RoseaPage
Date: 2020-06-22 22:53:16
Original User: andrewm
Parent: b5b3c7874bb79b0eac59249fe37fd21cc126b094 (diff)
Next 05167d3ea5c500e488a89ee4565e3cc7b72157fd
Content

Rosea: Relation Oriented Software Execution Architecture

Rosea is a Tcl package that serves as the target for translating executable software model in to Tcl programs. From the Tcl point of view, rosea is an object system. The rosea object system is based on relational algebra concepts and is implemented using namespace ensembles with TclRAL being used to store class data. Rosea classes can participate in relationships which are enforced by referential integrity constraints and can have an associated state model to sequence and coordinate processing.

The package file is available for download.

A module file is also available for download.

The design, code, test cases and a fully worked out example are available in the literate program document.

Reference manual page documentation is also available.

The paper presenting rosea at the 22nd Annual Tcl/Tk conference is also available.

Another example translation of the case study from the book, Executable UML: A Foundation for Model-Driven Architecture , by Stephen J. Mellor and Marc J. Balcer is available.