Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 343 Bytes

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

Metacello new
	baseline: 'UMLMetamodel';
	repository: 'github://OpenPonk/uml-metamodel/repository';
	load.