Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish QueryProcessor #4

Open
steve-hickman-epistimis opened this issue Jan 29, 2023 · 0 comments
Open

Finish QueryProcessor #4

steve-hickman-epistimis opened this issue Jan 29, 2023 · 0 comments

Comments

@steve-hickman-epistimis
Copy link
Contributor

com.epistimis.uddl.generator.QueryProcessor takes queries specified using the UDDL Query syntax and processes them. uddl.epistimis.uddl.query already has the parser to convert them to an AST - but that info still needs to be converted from (possibly qualified) names that reference a UDDL model to actual model reference links - and the appropriate model navigation and cardinality analysis.

Note that queries have the same syntax whether referring to Conceptual, Logical, or Platform level model entities - so the QueryProcessor should be a generic base class, with derived classes for each level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant