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
m (fix formatting)
m (fix case)
Line 3: Line 3:
 
[[File:incquery-rete.png]]
 
[[File:incquery-rete.png]]
  
The recipes of the rete nodes can be acquired via <code>org.eclipse.incquery.runtime.rete.network.Node.getTraceInfos()</code>.
+
The recipes of the Rete nodes can be acquired via <code>org.eclipse.incquery.runtime.rete.network.Node.getTraceInfos()</code>.

Revision as of 07:11, 20 January 2015

This figure shows the workflow of the recipe generation in EMF-IncQuery.

Incquery-rete.png

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

Back to the top