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 "MMT/ATL Transformation Language (ATL)"

< MMT
m (added backlink to M2M)
(Using ATL)
(47 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Backlink|AMMA}}
 
{{Backlink|M2M}}
 
 
 
[[Image:AtlLogo.png|right]]
 
[[Image:AtlLogo.png|right]]
  
The [http://www.eclipse.org/m2m/atl/ ATL] project aims at providing a set of model to model transformation tools.
+
The [http://www.eclipse.org/atl/ ATL] component of the [[MMT]] project aims at providing a set of model-to-model transformation tools.
 
These include some sample ATL transformations, an ATL transformation engine, and an IDE for ATL (ADT: ATL Development Tools).
 
These include some sample ATL transformations, an ATL transformation engine, and an IDE for ATL (ADT: ATL Development Tools).
 
ATL is part of the [[AMMA]] platform.
 
ATL is part of the [[AMMA]] platform.
 +
 +
__TOC__
 +
 +
==Questions and Discussions About ATL Usage==
 +
 +
Questions and discussions about the usage of ATL should take place on the [news://news.eclipse.org/eclipse.atl eclipse.atl] [http://www.eclipse.org/newsgroups/ Eclipse newsgroup] for the [[MMT|MMT project]] (more details about this newsgroup there), of which ATL is a component. Please, remember to prefix the subject of your ATL-related posts with <nowiki>[ATL]</nowiki>.
 +
 +
The [http://www.sciences.univ-nantes.fr/lina/atl/www/atl_discussion_archive/ archives of the old atl_discussion mailing list] may also be helpful.
 +
 +
Before posting, you should check if your question is not already answered in the [[ATL FAQ]], the [[ATL Howtos]], or the [[ATL Language Troubleshooter]].
 +
 +
==Information About ATL==
 +
 +
===Getting ATL===
 +
 +
* [[ATL/User_Guide_-_Installation|Here]] you can find documentation about ATL installation
 +
* [[ATL_3.3.0_New_and_Noteworthy | ATL 3.3.0 New & Noteworthy]]
 +
* [[ATL_3.2.0_New_and_Noteworthy | ATL 3.2.0 New & Noteworthy]]
 +
* [[ATL_3.1.0_New_and_Noteworthy | ATL 3.1.0 New & Noteworthy]]
 +
* [[ATL_3.0.0_New_and_Noteworthy | ATL 3.0.0 New & Noteworthy]]
 +
* [[ATL_2.0.0_New_and_Noteworthy | ATL 2.0.0 New & Noteworthy]]
 +
* [[ATL_2_beta_notes | ATL 2 beta notes]]
 +
 +
===Using ATL===
  
 
A number of pages can help you developing transformations in ATL:
 
A number of pages can help you developing transformations in ATL:
 +
* [[ATL/Concepts|An Introduction to ATL Concepts]]
 +
* [[ATL/User_Guide|ATL User Documentation]]
 +
* [[ATL/Developer_Guide|ATL Developer Documentation]]
 +
* [[ATL/Howtos|ATL Most Frequently Asked Questions]]
 +
* [[ATL/Tutorials|Tutorials on how to use ATL]]
  
 +
And here are some additional wiki pages:
 +
* [[M2M/ATL/Syntax|ATL syntax (full grammar)]]
 
* [[ATL Standard Library]]
 
* [[ATL Standard Library]]
 +
* [[ATL 2006]] is the most recent version of the ATL compiler
 +
* [[ATL Superimposition | ATL Module Superimposition Documentation]]
 +
* [[ATL Compatibility]]: how to resolve ATL compatiblity issues
 +
* [[ATL/EMFTVM|ATL EMFTVM]]: the ATL research VM & compiler
  
* [[ATL Language Troubleshooter]]
+
===Contributing to ATL===
 
+
* [[ATL FAQ]]
+
  
* [[ATL Howtos]]
+
There are several ways to contribute to ATL:
  
* [[AM3 Ant Tasks]] provides tasks to load and save models as well as run ATL transformations.
+
* [[ATL/How_to_Contribute_to_ATL_Transformations_Zoo | Contributing to the Zoo (or library) of ATL Transformations]].
 +
* Contributing an [http://www.eclipse.org/m2m/atl/usecases/ ATL Use Case]: you should follow the instructions to [[ATL/How_to_Contribute_to_ATL_Transformations_Zoo|contribute to the ATL Transformations Zoo]], and additionally submit an  page that describes your use case (see [http://dev.eclipse.org/viewcvs/index.cgi/www/m2m/atl/usecases/DSLsTelephony/index.php?root=Eclipse_Website&view=markup DSLsTelephony/index.php] for an example).
 +
* Contributing code:
 +
** The [[ATL Wish List | ATL Wish List]] contains a list of requested features. This is a place where you may: add your own requests, or find ideas of features to implement.
 +
** The list of [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=M2M&component=ATL-Contribution&component=ATL-Doc&component=ATL-Engine&component=ATL-UI&component=ATL-Website&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= opened bugs] contains problems that need to be worked on.
 +
** The [[ATL_Developer_Doc | ATL Developer Doc]] provides some information about the implementation of ATL.
 +
** The [[ATL_Coding_Chart | ATL Coding Chart]] defines requirements about the ATL source code quality.
 +
* Contributing a non regression test: the [[ATL_VM_Testing | ATL VM Testing]] page provides a way to improve developments around the [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.engine.emfvm/?root=Modeling_Project emfvm].
  
* The [[ATL Wish List | ATL Wish List]] contains a list of requested features. This is a place where you may add your own requests.
+
===Release Reviews===
 +
* [[ATL/ReleaseReview/Juno | ATL 3.3.0 Release Review materials]]
 +
* [[ATL/ReleaseReview/Indigo| ATL 3.2.0 Release Review materials]]
  
* [[ATL 2006]] is the next upcoming version of ATL.
+
== Presentations about ATL ==
  
* [[ATL/How_to_Contribute_to_ATL_Transformations_Zoo | How to contribute to the ATL Transformations Zoo]]
+
[http://www.eclipsecon.org/2008/index.php?page=sub/&id=402 EclipseCon 2008]
 +
[http://www.eclipsecon.org/2009/sessions?id=511 EclipseCon 2009]
  
 
[[Category:Modeling]]
 
[[Category:Modeling]]
 
[[Category:MDD]]
 
[[Category:MDD]]
 +
[[Category:MMT]]
 
[[Category:GMT]]
 
[[Category:GMT]]
 
[[Category:ATL]]
 
[[Category:ATL]]
 
[[Category:AMMA]]
 
[[Category:AMMA]]

Revision as of 08:25, 31 August 2012

AtlLogo.png

The ATL component of the MMT project aims at providing a set of model-to-model transformation tools. These include some sample ATL transformations, an ATL transformation engine, and an IDE for ATL (ADT: ATL Development Tools). ATL is part of the AMMA platform.

Questions and Discussions About ATL Usage

Questions and discussions about the usage of ATL should take place on the eclipse.atl Eclipse newsgroup for the MMT project (more details about this newsgroup there), of which ATL is a component. Please, remember to prefix the subject of your ATL-related posts with [ATL].

The archives of the old atl_discussion mailing list may also be helpful.

Before posting, you should check if your question is not already answered in the ATL FAQ, the ATL Howtos, or the ATL Language Troubleshooter.

Information About ATL

Getting ATL

Using ATL

A number of pages can help you developing transformations in ATL:

And here are some additional wiki pages:

Contributing to ATL

There are several ways to contribute to ATL:

Release Reviews

Presentations about ATL

EclipseCon 2008 EclipseCon 2009

Copyright © Eclipse Foundation, Inc. All Rights Reserved.