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

Optionally enforce different handle values for different variable names in query answers #207

Open
andre-senna opened this issue Jan 24, 2025 · 0 comments
Assignees
Milestone

Comments

@andre-senna
Copy link
Contributor

For instance, in a query like this one:

AND
    LINK_TEMPLATE Expression 3 
        NODE Symbol EVALUATION 
        LINK_TEMPLATE Expression 2
            NODE Symbol PREDICATE
            VARIABLE V1
        LINK_TEMPLATE Expression 2
            NODE Symbol CONCEPT
            VARIABLE V2
    LINK_TEMPLATE Expression 3 
        NODE Symbol EVALUATION 
        LINK_TEMPLATE Expression 2
            NODE Symbol PREDICATE
            VARIABLE V3
        LINK_TEMPLATE Expression 2
            NODE Symbol CONCEPT
            VARIABLE V4

The caller can, optionally, request that the mappings for V1, V2, V3 and V4 NEED to be different in any QueryAnswer. I.e., if V1 is assigned to a given handle H1, none of the other variables can be assigned to the same H1.

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

2 participants