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/UserDocumentation/RETE Visualizer"

< VIATRA‎ | Query
(New page: = Rete Visualizer = == Installation == # Install the '''Graphical Editing Framework Zest Visualization Toolkit SDK''' from the following update site: http://download.eclipse.org/tools/ge...)
 
Line 4: Line 4:
  
 
# Install the '''Graphical Editing Framework Zest Visualization Toolkit SDK''' from the following update site: http://download.eclipse.org/tools/gef/gef4/updates/integration/
 
# Install the '''Graphical Editing Framework Zest Visualization Toolkit SDK''' from the following update site: http://download.eclipse.org/tools/gef/gef4/updates/integration/
# The Rete visualizer currently only works with the CI (continuous integration) version of IncQuery: http://viatra.inf.mit.bme.hu/update/incquery-ci/. Install the '''EMF-IncQuery SDK''' and '''EMF-IncQuery Pattern Visualization'''.
+
# Install '''EMF-IncQuery''': http://incquery.net/incquery/getting_started.
  
 
== Usage ==
 
== Usage ==

Revision as of 15:47, 3 March 2013

Rete Visualizer

Installation

  1. Install the Graphical Editing Framework Zest Visualization Toolkit SDK from the following update site: http://download.eclipse.org/tools/gef/gef4/updates/integration/
  2. Install EMF-IncQuery: http://incquery.net/incquery/getting_started.

Usage

  1. Go to Window | Show View | Other... and choose Rete Visualizer.
  2. Load the instance model and the pattern.
  3. Click on the pattern name to visualize it.
  4. To change the visualized Rete net, unload the pattern and load with the green start button.
  5. You may change the layout by clicking the downward pointing triangle and going to the Layout menu.

Back to the top