brollb / webgme-transformations

Pattern matching engine for WebGME model transformations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `test` method to the pattern matching engine

brollb opened this issue · comments

After #5, it would be good to be able to test that a node is valid or not against a pattern. This could be handled by getting all the matches but there are certainly low-hanging optimizations which would help here.

This has been addressed in #20 (though it is inefficient).