Tiny (meta-)modeling framework
Find a file
2024-11-07 11:05:06 +01:00
api Make OD-API for consistent for constraints, LHS patterns, RHS actions. 2024-11-07 11:05:06 +01:00
bootstrap (WIP) implementing CBD language... Meta-meta-model: Association inherits from Class. Matcher accepts pivot. Add generic graphviz renderer. 2024-11-07 09:46:29 +01:00
concrete_syntax Make OD-API for consistent for constraints, LHS patterns, RHS actions. 2024-11-07 11:05:06 +01:00
examples Make OD-API for consistent for constraints, LHS patterns, RHS actions. 2024-11-07 11:05:06 +01:00
framework Make OD-API for consistent for constraints, LHS patterns, RHS actions. 2024-11-07 11:05:06 +01:00
services Conformance checker relies much more on ODAPI rather than duplicating its logic + Fix error in bootstrap of primitive types 2024-11-05 16:54:00 +01:00
state BIG speedup by caching the *set* of edge targets for a given key 2024-10-28 17:11:55 +01:00
transformation Make OD-API for consistent for constraints, LHS patterns, RHS actions. 2024-11-07 11:05:06 +01:00
util Make OD-API for consistent for constraints, LHS patterns, RHS actions. 2024-11-07 11:05:06 +01:00
.gitignore Update gitignore 2024-10-29 23:49:30 +01:00
README.md Implemented State 2021-08-11 14:55:13 +02:00
requirements.txt fix requirements.txt 2024-10-09 10:03:13 +02:00

MV2

This repository contains the code for my take on (a part of) the Modelverse for my Master's thesis.

Development packages

Some packages were used during development, but are not needed for succesful runtime (e.g. linter, autoformatter). These can be found under requirements_dev.txt.

Mandatory packages

Python packages required to succesfully run/test the code in this repository can be found under requirements.txt.