[prev] [up] [next]

ROSE MDL-File Parser and Code Generator

Overview

The RoseMDLParser reads a design file, as created with the Rational Rose tool (an MDL file), and parses it into a tree of definitions.
This definition can then be fed into a code generator, which generates classes & methods right into the executing smalltalk system.

Example

See examples in the classes RoseParser, RoseMDL and RoseClassGenerator.

Restricted use

As we provide these classes for no additional charge, we request that any changes/modifications & enhancements made to them be returned to us (in source), to be reintegrated into future versions.

This code is NOT public domain code, but provided for free with the ST/X system.

You are not allowed to sell this code or any application built around this code unless special agreements are set up.
(However, you are allowed to use this tool for your own applications)

No Warranty

This code is provided AS IS - without any warranty whatsoever

Origin/Authors

Original Code:
Claus Gittinger (eXept)

Enhancements and fixes in the code generator:
Marten Feldmann (Phoenix EDV Systeme GmbH)
Thomas Zwick (Phoenix EDV Systeme GmbH)


<info@exept.de>

Doc $Revision: 1.6 $