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 "MoScript"

m
Line 17: Line 17:
 
# Download the Eclipse Modeling Tools from here: [http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/indigosr1 Eclipse Modeling Tools (Indigo)]
 
# Download the Eclipse Modeling Tools from here: [http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/indigosr1 Eclipse Modeling Tools (Indigo)]
 
# Install ATL from sources:
 
# Install ATL from sources:
* Download the ATL source code project set file (.psf) from here [http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.m2m/org.eclipse.atl/plugins/org.eclipse.m2m.atl/psf/ATL_anonymous.psf?view=markup&root=Modeling_Project].  
+
#* Download the ATL source code project set file (.psf) from here [http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.m2m/org.eclipse.atl/plugins/org.eclipse.m2m.atl/psf/ATL_anonymous.psf?view=markup&root=Modeling_Project].  
* Import it into Eclipse by selecting File->Import->Team->Team Project Set.  
+
#* Import it into Eclipse with File->Import->Team->Team Project Set.
 +
  
  

Revision as of 02:58, 20 November 2011

< To: MDT
< To: MoDisco
< To: AM3

AM3
Download
Community
Mailing ListForum
Bugzilla
Opened bugs
All bugs
Contribute
Browse Source

The MoScript prototype (extending AM3), being developed by the AtlanMod Team, is part of the MoDisco project. It provides a textual domain-specific language for model management.

Overview

The goal of MoScript is to provide...

Download and install

The MoScript prototype is available from the Eclipse-MDT MoDisco SVN (sources only). The steps to install MoScript are the following:

  1. Download the Eclipse Modeling Tools from here: Eclipse Modeling Tools (Indigo)
  2. Install ATL from sources:
    • Download the ATL source code project set file (.psf) from here [1].
    • Import it into Eclipse with File->Import->Team->Team Project Set.


Documentation

You can find from this section the documentary resources around the MoScript prototype and underlying approach...

Reference documentation

To be completed.

Screencasts & slides

To be completed.

Related publications

To be completed.


Use Cases

MoScript comes with a set of use cases showing different possible uses of the MoScript tool in various contexts and for varied purposes (similarly to what is done in the M2M ATL project). A general description is given for each of these use cases, as well as some more precise documentations for many of them. For some, prototypes have already been implemented and are directly downloadable from their respective page.

XXX

To be completed.

YYY

To be completed.

Support

Relationships with other Eclipse Projects

MoScript reuses different existing EMP (Eclipse Modeling Project) projects: To be completed.

Back to the top