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 "VIATRA2/Examples/VTCL"

(Overview)
m (Added outdated page notice)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
== Outdated page ==
 +
This page contains obsolete information about the VPM based VIATRA2 and preserved for archive purposes only.<br />
 +
The currently maintained wiki is available at http://wiki.eclipse.org/VIATRA
 +
 +
__NOTOC__
 +
 
== Overview ==
 
== Overview ==
 
The VTCL transformation language of VIATRA2 has the following main parts:
 
The VTCL transformation language of VIATRA2 has the following main parts:
  
 
* [[VIATRA2/Examples/VTCL/Terms | Expressions and Terms]]
 
* [[VIATRA2/Examples/VTCL/Terms | Expressions and Terms]]
* Abstract State Machines (ASMs)
+
* [[VIATRA2/Examples/VTCL/ASM | Abstract State Machines (ASMs)]]
* Graph patterns
+
* [[VIATRA2/Examples/VTCL/ModelManipulation | Model manipulation]]
 +
* [[VIATRA2/Examples/VTCL/GraphPattern | Graph Patterns]]
 
* Graph transformation rules
 
* Graph transformation rules
 +
 +
Type checking will be available from the next release (version 3.1, expected in 2010).
 +
* [[VIATRA2/Examples/VTCL/TypeChecking | Type checking rules]]
 +
 +
--[[User:Varro.mit.bme.hu|Varro.mit.bme.hu]] 13:23, 25 May 2009 (UTC)

Latest revision as of 04:16, 30 April 2015

Outdated page

This page contains obsolete information about the VPM based VIATRA2 and preserved for archive purposes only.
The currently maintained wiki is available at http://wiki.eclipse.org/VIATRA


Overview

The VTCL transformation language of VIATRA2 has the following main parts:

Type checking will be available from the next release (version 3.1, expected in 2010).

--Varro.mit.bme.hu 13:23, 25 May 2009 (UTC)

Back to the top