Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(Update installation info)
Line 4: Line 4:
  
 
# Install the '''Query Visualization''' feature group from the VIATRA update site.
 
# Install the '''Query Visualization''' feature group from the VIATRA update site.
## ''Important!'' Because of API changes in the GEF4 Zest, the version available from the GEF update sites might or might not work.
+
## Before VIATRA 1.6 this feature relied on a pre-release version of GEF4 Zest; the version available from the GEF update sites did not work. Use the version from the VIATRA update sites.
 +
## Since VIATRA 1.6 GEF 5 is used
 +
### JavaFX support is required
 +
### e(fx)clipse runtime and GEF5 is required. They are both available from the Oxygen release train.
  
 
== Usage ==
 
== Usage ==
  
 
# Go to '''Window''' | '''Show View''' | '''Other...''' and choose '''Rete Visualizer'''.
 
# Go to '''Window''' | '''Show View''' | '''Other...''' and choose '''Rete Visualizer'''.
# Load the instance model and the pattern in ''Query Explorer''.
+
# Load the instance model and the pattern in ''Query Results'' view.
 
# Click on the pattern name to visualize it.
 
# Click on the pattern name to visualize it.
 
# To change the visualized Rete net, unload the pattern and load with the green start button.
 
# To change the visualized Rete net, unload the pattern and load with the green start button.
 
# You may change the layout by clicking the downward pointing triangle and going to the '''Layout''' menu.
 
# You may change the layout by clicking the downward pointing triangle and going to the '''Layout''' menu.

Revision as of 04:38, 1 May 2017

Rete Visualizer

Installation

  1. Install the Query Visualization feature group from the VIATRA update site.
    1. Before VIATRA 1.6 this feature relied on a pre-release version of GEF4 Zest; the version available from the GEF update sites did not work. Use the version from the VIATRA update sites.
    2. Since VIATRA 1.6 GEF 5 is used
      1. JavaFX support is required
      2. e(fx)clipse runtime and GEF5 is required. They are both available from the Oxygen release train.

Usage

  1. Go to Window | Show View | Other... and choose Rete Visualizer.
  2. Load the instance model and the pattern in Query Results view.
  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