Skip to content

OpenPonk/uml-metamodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.