Commit graph

15 commits

Author SHA1 Message Date
a926de1998 PlantUML: also render 'matchedWith' traceability links between attributes 2024-09-12 17:10:18 +02:00
40552b8dcf Implement PlantUML generation for class diagrams 2024-09-12 12:45:45 +02:00
89b7c83440 Hacked together graph rewriter 2024-09-12 11:04:32 +02:00
ae5eaedb4b RAMification + pattern matching: put typing information straight into the Vertices, as a Python attribute (don't put it in separate Vertices+Edges). 2024-09-10 13:18:14 +02:00
700a4d103f and now pattern matching also works with typing information added to the graph 2024-09-06 21:32:03 +02:00
4160a8953e Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 2024-09-06 21:10:23 +02:00
ec1a9dbfca replace everywhere: 'is [not] None' -> '(==|!=) None' 2024-09-04 09:50:30 +02:00
7bda71dc1f Implemented RAMification 2024-09-03 18:48:27 +02:00
8be7d6a450 Fix bug 2024-09-03 15:51:27 +02:00
151ffe0ff0 Fix bug when creating association with min/max src/tgt cardinalities? 2024-08-29 12:22:29 +02:00
Andrei Bondarenko
b604785f33 Added some documentation 2021-10-09 16:25:52 +02:00
Andrei Bondarenko
6df566373d Points example working 2021-08-27 09:46:44 +02:00
Andrei Bondarenko
8ddb5ac12b PN example 2021-08-21 11:57:20 +02:00
Andrei Bondarenko
967b17c45d Implemented SCD services 2021-08-16 14:20:34 +02:00
Andrei Bondarenko
9b3a4c5a44 Defined SCD services interface 2021-08-14 16:31:56 +02:00