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

VIATRA2/ExtraFeatures/ModelVisualisation

< VIATRA2
Revision as of 08:24, 23 February 2010 by Rath.mit.bme.hu (Talk | contribs) (New page: = Model Space Visualisation = The VIATRA2 framework contains a graph visualisation component for model spaces. Its main feature is automatic layouting using multiple algorithms, and option...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Model Space Visualisation

The VIATRA2 framework contains a graph visualisation component for model spaces. Its main feature is automatic layouting using multiple algorithms, and options for manually modifying the created layout.

The visualisation can be started by right-clicking a node in the tree editor, and selecting the Add Selected Subtree to the Graph View item. This adds the subtree selected in the editor to the graph view. It is possible to add multiple elements in a similar fashion, or removing accidentally added elements.

VIATRA2 ExtraFeatures Visualisation.png

The created visualisation is synchronized with the tree editor and the Properties view, so although there is no direct editing support in the graph, it is possible to make changes and review them in the graph model parallelly.

Back to the top