Tiny (meta-)modeling framework
Find a file
2024-12-11 20:32:55 +01:00
api add renderer for Port + Petri Net + traceability 2024-12-09 17:09:43 +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 parser prints line numbers AND gives an error if you use anonymous objects/links in LHS of a rule 2024-12-11 20:32:55 +01:00
examples fix runner_exec_pn 2024-12-11 11:33:04 +01:00
framework Make OD-API for consistent for constraints, LHS patterns, RHS actions. 2024-11-07 11:05:06 +01:00
services merging (meta-)models works (but it's dirty!) 2024-12-03 17:58:03 +01:00
state merging (meta-)models works (but it's dirty!) 2024-12-03 17:58:03 +01:00
transformation can call custom functions from condition code while pattern matching / rewriting + added example to runner_translate.py 2024-12-10 12:28:49 +01:00
util parser prints line numbers AND gives an error if you use anonymous objects/links in LHS of a rule 2024-12-11 20:32:55 +01:00
.gitignore Add petrinet language 2024-11-21 12:10:28 +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.