In a model transformation I have native OCL query as string and I need to parse that OCL string and execute it in order to identify and select specific model element in the source model.
Is it possible to import eclipse MDT/OCL API in qvt-o code? like in java
In other word , can we follow the following example but directly in qvt by importing API to qvt code without using java and black-box?
Thanks