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 "ATL/Model Handlers"

< ATL
(added table with links to GMT and M2M CVS)
(improved CVS links table)
Line 15: Line 15:
 
==Creating New Model Handler Drivers==
 
==Creating New Model Handler Drivers==
  
Here is a brief description of the work to be done:
+
Here is a brief description of the work to be done (see CVS Links table below for links to source code):
* Extend [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.vm/src/org/atl/engine/vm/nativelib/ASMModel.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMModel] to implement specific model-level behavior. There are already two examples: [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/src/org/atl/engine/repositories/emf4atl/ASMEMFModel.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMEMFModel] and [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/src/org/atl/engine/repositories/mdr4atl/ASMMDRModel.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMMDRModel].
+
* Extend ASMModel to implement specific model-level behavior. There are already two examples: ASMEMFModel, and ASMMDRModel.
* Extend [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.vm/src/org/atl/engine/vm/nativelib/ASMModelElement.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMModelElement] to implement specific model-element-level behavior. There are already two examples: [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/src/org/atl/engine/repositories/emf4atl/ASMEMFModelElement.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMEMFModelElement] and [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/src/org/atl/engine/repositories/mdr4atl/ASMMDRModelElement.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMMDRModelElement].
+
* Extend ASMModelElement to implement specific model-element-level behavior. There are already two examples: ASMEMFModelElement, and ASMMDRModelElement.
* Extend [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.eclipse.engine/src/org/atl/eclipse/engine/AtlModelHandler.java?rev=HEAD&content-type=text/vnd.viewcvs-markup AtlModelHandler] to implement model loading and saving. There are already two examples: [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.eclipse.engine/src/org/atl/eclipse/engine/AtlEMFModelHandler.java?rev=HEAD&content-type=text/vnd.viewcvs-markup AtlEMFModelHandler] (or, on the [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.engine/src/org/eclipse/m2m/atl/engine/AtlEMFModelHandler.java?root=Modeling_Project&view=markup M2M CVS]) and [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/src/org/atl/engine/repositories/mdr4atl/AtlMDRModelHandler.java?rev=HEAD&content-type=text/vnd.viewcvs-markup AtlMDRModelHandler].
+
* Extend AtlModelHandler to implement model loading and saving. There are already two examples: AtlEMFModelHandler, and AtlMDRModelHandler.
* Use the <code>org.atl.eclipse.engine.modelhandler</code> extension in your plugin.xml to register your model handler driver. There is already one example: [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/plugin.xml?rev=HEAD&content-type=text/vnd.viewcvs-markup mdr4atl plugin.xml]
+
* Use the <code>org.atl.eclipse.engine.modelhandler</code> extension in your plugin.xml to register your model handler driver. There is already one example: mdr4atl plugin.xml.
  
ATL Development Tools strongly depend on [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/ emf4atl], which is consequently built into it.
+
ATL Development Tools strongly depend on emf4atl, which is consequently built into it.
[http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/ mdr4atl] should rather be used as an example for properly placing Java classes and plugin.xml elements.
+
mdr4atl should rather be used as an example for properly placing Java classes and plugin.xml elements.
  
 
{| border=1
 
{| border=1
 
|+ CVS Links
 
|+ CVS Links
! Entity
+
! rowspan=2 | Entity
! GMT CVS (old location)
+
! colspan=2 | [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/ GMT/ATL CVS] (old location)
! M2M CVS (current location)
+
! colspan=2 | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/?root=Modeling_Project M2M/ATL/plugins CVS] (current location)
 
|-
 
|-
! emf4atl plugin
+
! EMF
 +
! MDR
 +
! EMF
 +
! MDR
 +
|-
 +
! plugin
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/ emf4atl]
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/ emf4atl]
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.emf4atl/?root=Modeling_Project&view=markup emf4atl]
+
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/ mdr4atl]
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.emf4atl/?root=Modeling_Project emf4atl]
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.mdr4atl/?root=Modeling_Project mdr4atl]
 
|-
 
|-
! ASMEMFModel
+
! ASMModel
 +
| colspan=2 | [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.vm/src/org/atl/engine/vm/nativelib/ASMModel.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMModel]
 +
| colspan=2 | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.engine.vm/src/org/eclipse/m2m/atl/engine/vm/nativelib/ASMModel.java?root=Modeling_Project&view=markup ASMModel]
 +
|-
 +
! ASM<ModelHandler>Model
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/src/org/atl/engine/repositories/emf4atl/ASMEMFModel.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMEMFModel]
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/src/org/atl/engine/repositories/emf4atl/ASMEMFModel.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMEMFModel]
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.emf4atl/src/org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModel.java?root=Modeling_Project ASMEMFModel]
+
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/src/org/atl/engine/repositories/mdr4atl/ASMMDRModel.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMMDRModel]
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.emf4atl/src/org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModel.java?root=Modeling_Project&view=markup ASMEMFModel]
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.mdr4atl/src/org/eclipse/m2m/atl/drivers/mdr4atl/ASMMDRModel.java?root=Modeling_Project&view=markup ASMMDRModel]
 
|-
 
|-
! ASMEMFModelElement
+
! ASMModelElement
 +
| colspan=2 | [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.vm/src/org/atl/engine/vm/nativelib/ASMModelElement.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMModelElement]
 +
| colspan=2 | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.engine.vm/src/org/eclipse/m2m/atl/engine/vm/nativelib/ASMModelElement.java?root=Modeling_Project&view=markup ASMModelElement]
 +
|-
 +
! ASM<ModelHandler>ModelElement
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/src/org/atl/engine/repositories/emf4atl/ASMEMFModelElement.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMEMFModelElement]
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.emf4atl/src/org/atl/engine/repositories/emf4atl/ASMEMFModelElement.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMEMFModelElement]
 +
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/src/org/atl/engine/repositories/mdr4atl/ASMMDRModelElement.java?rev=HEAD&content-type=text/vnd.viewcvs-markup ASMMDRModelElement]
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.emf4atl/src/org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModelElement.java?root=Modeling_Project&view=markup ASMEMFModelElement]
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.emf4atl/src/org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModelElement.java?root=Modeling_Project&view=markup ASMEMFModelElement]
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.mdr4atl/src/org/eclipse/m2m/atl/drivers/mdr4atl/ASMMDRModelElement.java?root=Modeling_Project&view=markup ASMMDRModelElement]
 
|-
 
|-
! AtlEMFModelHandler
+
! AtlModelHandler
 +
| colspan=2 | [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.eclipse.engine/src/org/atl/eclipse/engine/AtlModelHandler.java?rev=HEAD&content-type=text/vnd.viewcvs-markup AtlModelHandler]
 +
| colspan=2 | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.engine/src/org/eclipse/m2m/atl/engine/AtlModelHandler.java?root=Modeling_Project&view=markup AtlEMFModelHandler]
 +
|-
 +
! Atl<ModelHandler>ModelHandler
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.eclipse.engine/src/org/atl/eclipse/engine/AtlEMFModelHandler.java?rev=HEAD&content-type=text/vnd.viewcvs-markup AtlEMFModelHandler]
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.eclipse.engine/src/org/atl/eclipse/engine/AtlEMFModelHandler.java?rev=HEAD&content-type=text/vnd.viewcvs-markup AtlEMFModelHandler]
 +
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/org.atl.engine.repositories.mdr4atl/src/org/atl/engine/repositories/mdr4atl/AtlMDRModelHandler.java?rev=HEAD&content-type=text/vnd.viewcvs-markup AtlMDRModelHandler]
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.engine/src/org/eclipse/m2m/atl/engine/AtlEMFModelHandler.java?root=Modeling_Project&view=markup AtlEMFModelHandler]
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.engine/src/org/eclipse/m2m/atl/engine/AtlEMFModelHandler.java?root=Modeling_Project&view=markup AtlEMFModelHandler]
 
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/plugins/org.eclipse.m2m.atl.drivers.mdr4atl/src/org/eclipse/m2m/atl/drivers/mdr4atl/AtlMDRModelHandler.java?root=Modeling_Project&view=markup AtlMDRModelHandler]
 
|}
 
|}
  

Revision as of 21:05, 12 September 2007

In ATL engine terminology, a model handler is a library providing primitives for handling models:

  • Creating new models,
  • Loading and saving models,
  • Adding and deleting elements,
  • Reading and writing element properties.

A model handler driver is a piece of Java code making it possible to use the corresponding model handler with the ATL Virtual Machine.

The current version of ATL Virtual Machine provides two model handler drivers:

Creating New Model Handler Drivers

Here is a brief description of the work to be done (see CVS Links table below for links to source code):

  • Extend ASMModel to implement specific model-level behavior. There are already two examples: ASMEMFModel, and ASMMDRModel.
  • Extend ASMModelElement to implement specific model-element-level behavior. There are already two examples: ASMEMFModelElement, and ASMMDRModelElement.
  • Extend AtlModelHandler to implement model loading and saving. There are already two examples: AtlEMFModelHandler, and AtlMDRModelHandler.
  • Use the org.atl.eclipse.engine.modelhandler extension in your plugin.xml to register your model handler driver. There is already one example: mdr4atl plugin.xml.

ATL Development Tools strongly depend on emf4atl, which is consequently built into it. mdr4atl should rather be used as an example for properly placing Java classes and plugin.xml elements.

CVS Links
Entity GMT/ATL CVS (old location) M2M/ATL/plugins CVS (current location)
EMF MDR EMF MDR
plugin emf4atl mdr4atl emf4atl mdr4atl
ASMModel ASMModel ASMModel
ASM<ModelHandler>Model ASMEMFModel ASMMDRModel ASMEMFModel ASMMDRModel
ASMModelElement ASMModelElement ASMModelElement
ASM<ModelHandler>ModelElement ASMEMFModelElement ASMMDRModelElement ASMEMFModelElement ASMMDRModelElement
AtlModelHandler AtlModelHandler AtlEMFModelHandler
Atl<ModelHandler>ModelHandler AtlEMFModelHandler AtlMDRModelHandler AtlEMFModelHandler AtlMDRModelHandler

When to Create a New Model Handler Driver

In theory, there should be a distinct model handler driver for each model handler, independently of the metamodel that is used. For instance, there is one for Eclipse/EMF and one for Netbeans/MDR.

In practice, there are exceptions. For instance, the Eclipse/UML2 plugin implements the UML 2.0 metamodel by using EMF. However, it seems that UML2 models created with this plugin cannot be handled by EMF without the additional Java code available in the Eclipse/UML2 plugin (see ATL_Language_Troubleshooter#UML2_Profiles and this thread). This means that the UML2 metamodel that is implemented does not strictly follow EMF rules but adds its own rules. One example is profile and stereotype application: the profile must be applied before the stereotype. Such an ordering constraint is beyond EMF semantics. For this reason, full support for the Eclipse/UML2 plugin can only be properly achieved by adding code specific to this plugin in the model handler driver. Instead of doing this in emf4atl, which is metamodel-independant, a uml24atl model handler driver could be developed.

Back to the top