uml-metamodel

Description

UML 2.5 implementation in Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
3
Forks
2
Created
April 24, 2017
Updated
May 28, 2025
Topics
metamodel pharo uml

README excerpt

# UML 2.5 Metamodel

This is work-in-progress implementation of the complete UML Metamodel in Pharo.

The code is generated from specifications using https://github.com/OpenPonk/uml-bootstrap-generator

## Installation

```smalltalk
Metacello new
	baseline: 'UMLMetamodel';
	repository: 'github://OpenPonk/uml-metamodel/repository';
	load.
```
← Back to results