|
|
f12fd8bd6c
|
Rewriter: deleting elements works
|
2024-09-11 11:04:44 +02:00 |
|
|
|
99bcf9a542
|
MVS adapter: When flattening ModelRefs, prefix the names of all elements in ref'ed models
|
2024-09-10 13:41:21 +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 |
|
|
|
bed3529676
|
Add performance comparison between Sten's and Joeri's matcher. Sten's seems to be broken (giving a different match set every time), however.
|
2024-09-05 11:42:32 +02:00 |
|
|
|
b4f41cc090
|
Fix bug in matcher (stopped too early for disconnected patterns)
|
2024-09-05 10:47:19 +02:00 |
|
|
|
6752c45cf6
|
play around with action code in pattern matching
|
2024-09-04 18:05:26 +02:00 |
|
|
|
f9049be167
|
fix bug in matcher
|
2024-09-04 17:51:45 +02:00 |
|
|
|
a0ccb3f35d
|
work on my matcher
|
2024-09-04 17:05:24 +02:00 |
|
|
|
4b1f61806c
|
ended up rolling my own VF2 variant
|
2024-09-04 16:47:38 +02:00 |
|
|
|
ec1a9dbfca
|
replace everywhere: 'is [not] None' -> '(==|!=) None'
|
2024-09-04 09:50:30 +02:00 |
|
|
|
3ae35a87d0
|
pattern matching: convert tabs to spaces
|
2024-09-04 09:34:26 +02:00 |
|
|
|
88172d64c5
|
rename
|
2024-09-03 19:01:07 +02:00 |
|
|
|
a7fac15bdc
|
Fix RAMification
|
2024-09-03 18:59:53 +02:00 |
|
|
|
7bda71dc1f
|
Implemented RAMification
|
2024-09-03 18:48:27 +02:00 |
|
|
|
8be7d6a450
|
Fix bug
|
2024-09-03 15:51:27 +02:00 |
|
|
|
2b22be01ec
|
Object Diagrams: slots work
|
2024-09-03 14:00:55 +02:00 |
|
|
|
d2c996f4f7
|
Turn VF2 matcher into a generator that yields all matches
|
2024-09-03 12:07:29 +02:00 |
|
|
|
1320ea29e9
|
oops
|
2024-09-03 11:42:32 +02:00 |
|
|
|
7ece331efb
|
Pattern matching: return all the matches (instead of the first one found)
|
2024-09-03 11:41:07 +02:00 |
|
|
|
a7148d455b
|
Fix bug in conformance checker?
|
2024-09-02 15:40:04 +02:00 |
|
|
|
07c695f9e2
|
Add object diagrams service
|
2024-09-02 15:39:03 +02:00 |
|
|
|
95a8076a17
|
Add Sten Vercammen's pattern matching library (ported to Python 3, numpy dependency replaced by standard library)
|
2024-09-02 15:38:30 +02:00 |
|
|
|
151ffe0ff0
|
Fix bug when creating association with min/max src/tgt cardinalities?
|
2024-08-29 12:22:29 +02:00 |
|
|
|
bf88f57b16
|
forgot to change dependency spec
|
2024-08-29 10:30:18 +02:00 |
|
|
|
77a5a8c9f5
|
Bump dependency PyInquirer -> InquirerPy (former no longer supported)
|
2024-08-22 10:57:00 +02:00 |
|
Andrei Bondarenko
|
811e7b1eb1
|
More docs
|
2021-10-10 12:31:01 +02:00 |
|
Andrei Bondarenko
|
7ffba9a295
|
More docs
|
2021-10-09 22:25:50 +02:00 |
|
Andrei Bondarenko
|
04fed97deb
|
Added docs
|
2021-10-09 16:55:11 +02:00 |
|
Andrei Bondarenko
|
b604785f33
|
Added some documentation
|
2021-10-09 16:25:52 +02:00 |
|
Andrei Bondarenko
|
5e28a8d108
|
Missing files and requirements
|
2021-09-28 19:53:12 +02:00 |
|
Andrei Bondarenko
|
cd74bb53f6
|
Small fixes
|
2021-08-27 15:56:31 +02:00 |
|
Andrei Bondarenko
|
38db3ea0f7
|
Small fixes
|
2021-08-27 15:26:11 +02:00 |
|
Andrei Bondarenko
|
d2b0bb2f55
|
Merge branch 'development'
|
2021-08-27 09:49:31 +02:00 |
|
Andrei Bondarenko
|
6df566373d
|
Points example working
|
2021-08-27 09:46:44 +02:00 |
|
Andrei Bondarenko
|
dfcc24f487
|
Small bugfix
|
2021-08-25 17:08:49 +02:00 |
|
Andrei Bondarenko
|
695ec6132a
|
Nominal and structural typing seem to be fully working
|
2021-08-24 23:56:25 +02:00 |
|
Andrei Bondarenko
|
f7430cceff
|
Nominal constraints now working
|
2021-08-24 20:49:02 +02:00 |
|
Andrei Bondarenko
|
6ce8a4ef5c
|
Park structural conformance for now, finish constraints for nominal
|
2021-08-24 17:32:21 +02:00 |
|
Andrei Bondarenko
|
3c1d1fa002
|
Working on conformance
|
2021-08-23 15:11:25 +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
|
afc3df071b
|
primitive models are now used corerctly
|
2021-08-16 10:48:09 +02:00 |
|
Andrei Bondarenko
|
938752ffe4
|
REfctored name
|
2021-08-16 09:55:02 +02:00 |
|
Andrei Bondarenko
|
3e2d0fb96a
|
Primitive type services
|
2021-08-16 09:49:35 +02:00 |
|
Andrei Bondarenko
|
6dcbdbe775
|
Primitives are now bootstrapped as well
|
2021-08-16 09:04:09 +02:00 |
|
Andrei Bondarenko
|
f9aa6a8adf
|
Refactored some stuff
|
2021-08-16 07:59:11 +02:00 |
|
Andrei Bondarenko
|
9b3a4c5a44
|
Defined SCD services interface
|
2021-08-14 16:31:56 +02:00 |
|
Andrei Bondarenko
|
6723bd590b
|
added morphism to scd bootstrap
|
2021-08-13 20:02:28 +02:00 |
|