blob: 6f1b92f4ed16e73cf06cea2c03c6e891ba38ba44 [file] [log] [blame]
--------------------------------------------------------------------------------
For questions and/or comments:
Eric Vepa (evepa <at> sodius.com)
SODIUS (www.sodius.com)
6, rue de la Cornouaille - BP 91941
44319 Nantes, France
--------------------------------------------------------------------------------
The Measure2Table project is used to creates generic tables from a measure
model.
Contents:
--> "Measure2Table": The ATL project folder.
|--> "InputModels": The folder which contains the input example in Ecore
format.
\--> "example-Measure.ecore": An example of input.
|--> "Metamodels": The folder which contains the metamodels in KM3 and
Ecore format.
\--> "Measure.{km3,ecore}": The Measure metamodel.
\--> "Table.{km3,ecore}": The Table metamodel.
|--> "OutputModels": The folder which contains the generated models. This
folder is generated by the ANT script so you can delete it before building.
\--> "example-Table.uml": An example of output.
|--> "Transformations": The folder which contains the transformations in
ATL and ASM format.
\--> "Measure2Table.{atl,asm}": The Measure2Table transformation.
|--> "build.xml": The ANT script of the project for launching the
transformation.
|--> "Measure2Table build.xml.launch": The configuration file of the ANT
script "build.xml".
|--> "epl-v10.html": This project is under the Eclipse Public License.
|--> "README.txt": This file.
HowTo:
--> Open the AM3 Perspective.
--> Run the "build.xml" (the launch file is already configured):
Right click on "build.xml" file --> Run As --> Ant Build.
--> The generated output model is in the "OutputModels" folder.