blob: 30fef83ca2333150a9514ded84aa3cff50e99f3b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-language" content="en">
<meta name="description" content="Scalable Reactive Model Transformations">
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="/viatra/js/googleAnalytics.js"></script>
<script type="text/javascript" src="/viatra/js/magnific-popup.video.js"></script>
<script type="text/javascript" src="/viatra/js/magnific-popup.min.js"></script>
<script type="text/javascript" src="/viatra/js/functions.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<script src="/viatra/angular/viatra.js"></script>
<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="/viatra/favicon.ico" />
<title>Viatra - Scalable reactive model transformations</title>
<link type="text/css" rel="stylesheet" href="/viatra/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="/viatra/css/style.css" />
<link type="text/css" rel="stylesheet" href="/viatra/css/media.css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/ef6567f233.css">
</head>
<body ng-app="viatra" ng-controller="main" class="cloak sectioned">
<ng-include src="'/viatra/angular/blocks/header.html'"></ng-include>
<div class="clear"></div>
<h1 class="page_title">Documentation</h1>
<section class="bg_light_gray">
<div class="row">
<h2>Getting Started Tutorial</h2>
<p>The getting started tutorial gives an overview of the query and transformation capabilities of VIATRA, including both the development tools and the runtime API as well.</p>
<ul>
<li><a href="tutorial.html">Query and transformation development tutorial</a></li>
</ul>
</div>
</section>
<section class="">
<div class="row">
<h2>VIATRA Query</h2>
<p>In order to execute model queries, VIATRA features a dedicated query language based on the graph pattern formalism. To ease integration of model queries into applications, a Java-based API is also available. </p>
<ul>
<li><a href="query-language.html">The VIATRA Query Language (VQL)</a></li>
<li><a href="query-api.html">The runtime API of VIATRA Query</a></li>
<li><a href="graphical-queries.html">Graphical Query editor (since v2.1)</a></li>
<li><a href="query-tools.html">Tools for query development (testing, compiling)</a></li>
</ul>
</div>
</section>
<section class="bg_light_gray">
<div class="row">
<h2>VIATRA Transformations</h2>
<p>Transformations in VIATRA are based on the reactive transformation engine called EVM. The transformations are described as rules reacting to certain events, including but not limited to changes in the match set of query specifications. In order to create transformations over EMF models, a transformation DSL is implemented as an internal DSL over the Xtend language that supports common batch and event-driven transformation scenarios.</p>
<ul>
<li><a href="transformations.html">The transformation DSL</a></li>
<li><a href="evm.html">The Event-driven virtual machine</a></li>
</ul>
</div>
</section>
<section class="">
<div class="row">
<h2>Addons and Integrations</h2>
<p>To ensure VIATRA can be easily integrated into various Java applications, a number of addons and integrations are available that allow using the query results as validation errors, member of data binding and several other items. To support UML editors, a special integration library is also available for UML-based tools in Eclipse.</p>
<ul>
<li><a href="addons.html">Addons and Integrations</a></li>
</ul>
</div>
</section>
<section class="bg_light_gray">
<div class="row">
<h2>Release information</h2>
<p>For details about the new features in each release and information about migrating between various versions, have a look at the new and noteworthy documents for each version.</p>
<ul>
<li><a href="releases.html">Release history</a></li>
</ul>
</div>
</section>
<section class="">
<div class="row">
<h2>Other sources of documentation</h2>
<p>Traditioally, the end-user documentation of VIATRA was maintained in the Eclipse wiki. These pages are being reviewed and their contents updated and moved into these pages accordingly. The wiki pages will be kept for users of older releases, but they are not planned to be updated.</p>
<p>Starting with VIATRA 1.6 (and the Oxygen simultaneous release), the end-user documentation of the project is also available in the Eclipse Help Center (both online and in the local installations). In future versions, most information available from these pages should be available from there as well.</p>
<p>Documentation meaningful for committers and contributors of the VIATRA project is still kept in the Eclipse wiki</p>
<ul>
<li><a href="http://help.eclipse.org">Eclipse Help Center</a></li>
<li><a href="https://wiki.eclipse.org/VIATRA">VIATRA wiki</a></li>
<li><a href="https://wiki.eclipse.org/VIATRA/DeveloperDocumentation">VIATRA Contributor's Documentation</a></li>
</ul>
</div>
</section>
<div class="clear"></div>
<ng-include src="'/viatra/angular/blocks/footer.html'"></ng-include>
</body>
</html>