Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VIATRA/Query/DeveloperDocumentation/QueryProcessing"

< VIATRA‎ | Query
 
Line 1: Line 1:
 +
{{caution|Old information|The content from this page was migrated to the new, Github-based wiki system of VIATRA: https://github.com/eclipse-viatra/org.eclipse.viatra/wiki/VIATRA-Query-Engine-Internals}}
 
{{VIATRA}}
 
{{VIATRA}}
 
This figure shows the workflow of the recipe generation in VIATRA Query.
 
This figure shows the workflow of the recipe generation in VIATRA Query.

Latest revision as of 09:52, 2 April 2024

Stop.png
Old information
The content from this page was migrated to the new, Github-based wiki system of VIATRA: https://github.com/eclipse-viatra/org.eclipse.viatra/wiki/VIATRA-Query-Engine-Internals


This figure shows the workflow of the recipe generation in VIATRA Query.

Incquery-rete.png

The recipes of the Rete nodes can be acquired via org.eclipse.viatra.query.runtime.rete.network.Node.getTraceInfos().

Back to the top