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/Releases/NewAndNoteworthy1.2"

(Created page with "== VIATRA 1.2 - New and Noteworthy == VIATRA 1.2 does not have many user-visible features === Combined EMF-IncQuery and VIATRA === === Graduation of the transformation engi...")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== VIATRA 1.2 - New and Noteworthy ==
 
== VIATRA 1.2 - New and Noteworthy ==
 
VIATRA 1.2 does not have many user-visible features
 
  
 
=== Combined EMF-IncQuery and VIATRA ===
 
=== Combined EMF-IncQuery and VIATRA ===
 +
VIATRA 1.2 includes both the high-performance query engine of EMF-IncQuery and includes an event-driven transformation engine. This shared stack supports the development of various tasks, including batch and event-driven transformations, complex event processing and design space exploration concepts.
 +
 +
Having all elements in a single project allows a very tight integration between the various components, providing a better user experience.
  
 
=== Graduation of the transformation engine ===
 
=== Graduation of the transformation engine ===
  
In VIATRA 1.2 the transformation API supporting both batch and event-driven transformations have graduated: the API has been stabilized, usage documentation ('''TODO link''') was added, and tooling
+
In VIATRA 1.2 the transformation API supporting both batch and event-driven transformations have graduated: the API has been stabilized, usage documentation was added. For details, see [[VIATRA/Transformation]].
  
 
=== Other issues ===
 
=== Other issues ===
  
In VIATRA 1.2 [[https://projects.eclipse.org/projects/modeling.viatra/releases/1.2.0/bugs |80+ different issues were fixed]], resulting a more stable environment to write model queries and transformations.
+
Not counting the merge of EMF-IncQuery, VIATRA 1.2 is mainly a bugfix release, with [https://projects.eclipse.org/projects/modeling.viatra/releases/1.2.0/bugs| 80+ different issues fixed], resulting a more stable environment to write model queries and transformations.

Latest revision as of 14:10, 28 April 2016

VIATRA 1.2 - New and Noteworthy

Combined EMF-IncQuery and VIATRA

VIATRA 1.2 includes both the high-performance query engine of EMF-IncQuery and includes an event-driven transformation engine. This shared stack supports the development of various tasks, including batch and event-driven transformations, complex event processing and design space exploration concepts.

Having all elements in a single project allows a very tight integration between the various components, providing a better user experience.

Graduation of the transformation engine

In VIATRA 1.2 the transformation API supporting both batch and event-driven transformations have graduated: the API has been stabilized, usage documentation was added. For details, see VIATRA/Transformation.

Other issues

Not counting the merge of EMF-IncQuery, VIATRA 1.2 is mainly a bugfix release, with 80+ different issues fixed, resulting a more stable environment to write model queries and transformations.

Back to the top