su4sml/README.md

45 lines
1.4 KiB
Markdown
Raw Normal View History

2016-10-23 23:35:11 +00:00
# su4sml: An SML repository for managing SecureUML/OCL and UML/OCL models
2016-10-23 23:35:11 +00:00
The model repository *su4sml* is an SML component that stores UML
2016-09-30 22:50:15 +00:00
models. It follows the UML/OCL metamodel in representing the model
information as closely as this is sensible in a functional programming
language. However, some simplifications where made deliberately. For
example, we eliminated many indirections that are inherent in the UML
metamodel. We also decided to ignore associations between classifiers
as such. We only represent their association ends, as part of the
participating classifiers
## Supported SML systems
* mlton
* poly/ML 5.x or later
* sml/NJ
2016-08-05 06:59:24 +00:00
## Developers
* [Achim D. Brucker](http://www.brucker.ch/)
* Jürgen Doser
* Burkhart Wolff
### Contributors
* Rolf Adelsberger
* Martin Bill
* Raphael Eidenbenz
* Manuel Krucker
* Raphael Schmid
* Manfred Stock
## License
2017-12-08 22:26:35 +00:00
This project is licensed under a 3-clause BSD license.
SPDX-License-Identifier: BSD-3-Clause
2017-12-09 00:12:52 +00:00
## Master Repository
The master git repository for this project is hosted by the [Software
Assurance & Security Research Team](https://logicalhacking.com) at
<https://git.logicalhacking.com/HOL-OCL/su4sml>.
## Publications
* Achim D. Brucker, Jürgen Doser, and Burkhart Wolff. An MDA Framework Supporting
OCL. In Electronic Communications of the EASST, 5, 2006.
2016-07-25 19:55:46 +00:00
[doi:10.14279/tuj.eceasst.5.45](http://dx.doi.org/10.14279/tuj.eceasst.5.45)