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

MDT/OCL/Reviews/Helios

< MDT‎ | OCL
Revision as of 15:44, 27 May 2010 by Alexander.Igdalov.gmail.com (Talk | contribs) (New page: {{Backlink|MDT}} This page provides the required ''docuware'' for the '''MDT OCL 3.0.0 Release Review''', as part of the upcoming '''Helios Simultaneous Release'''. == Overview == OCL i...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< To: MDT

This page provides the required docuware for the MDT OCL 3.0.0 Release Review, as part of the upcoming Helios Simultaneous Release.

Overview

OCL is an implementation of the Object Constraint Language (OCL) OMG standard for EMF-based models.

The OCL component provides the following capabilities to support OCL integration:

  • Defines APIs for parsing and evaluating OCL constraints and queries on EMF models.
  • Defines an Ecore implementation of the OCL abstract syntax model, including support for serialization of parsed OCL expressions.
  • Provides a Visitor API for analyzing/transforming the AST model of OCL expressions.
  • Provides an extensibility API for clients to customize the parsing and evaluation environments used by the parser.

Features

New in this release

  • Elimination of deviations from the OMG standard.
  • Internal improvements and upgrade to the newest LPG parser version.
  • OCL annotations are supported in Ecore models
  • OCL Editor support in examples.

See http://wiki.eclipse.org/MDT/OCL/New_and_Noteworthy/Helios.

Accordance with project plan themes and priorities

  • Compliance - 5 committed, 4 deferred
  • Release Currency - 6 committed, 0 deferred
  • Usability - 2 committed, 2 deferred

See http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclipse.org/modeling/mdt/ocl/project-info/plan_helios.xml&component=OCL.

Technologies

  • Java
    • The EMF implementation of a metamodel for the full Java language;
    • The corresponding specific Model Browser customization;
    • The complete discoverer for automatically creating Java models from Java source code;
    • The complete generator for automatically creating Java source code from Java models;
    • The transformation from Java models to KDM models.
  • XML
    • The EMF implementation of a metamodel for XML (W3C definition);
    • The corresponding specific Model Browser customization;
    • The complete discoverer for automatically creating XML models from XML documents/files.

Non-Code Aspects

The complete MoDisco documentation is available from the Wiki:

  • General documentation on the various components;
  • Version specific information;
  • Additional information on available use cases, as well as incubation and deprecated components.

The Help plugins are automatically generated from the content of the Wiki.
The MoDisco website provides a direct access to all the related resources.

Testing & Packaging

MoDisco uses the Modeling Project Releng system to build and promote versions.
Each new build is tested at least with Eclipse 3.6 (Helios).
Core plugins are provided with dedicated test plugins checking their valid behavior.
MoDisco is integrated into the Helios Release Train since December 2009.
It is also part of the Amalgamation Modeling Package for Helios.

Community & Support

MoDisco HeliosReview BugReport.PNG

IP Issues

The Eclipse IP Process has been strictly followed and all plugins contain the appropriate about.html and license files.
The MoDisco IP Log is available from http://www.eclipse.org/projects/ip_log.php?projectid=modeling.mdt.modisco

  • Some third-party libraries are used (cf. corresponding validated CQs)

All MoDisco content is released under EPL.

Project Plan

The current project plan is available from [1].

Draft development plan for MDT OCL 4.0.0 is not yet available.

Back to the top