Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OCL"

(Add link to team set-up)
(General Information)
Line 13: Line 13:
 
== General Information ==
 
== General Information ==
  
* [[MDT/OCL/New_and_Noteworthy/Galileo|New and Noteworthy]] features in the Galileo release, by milestone
+
* [[MDT/OCL/New_and_Noteworthy/Helios|New and Noteworthy]] features in the Helios release, by milestone
  
 
=== Archive ===
 
=== Archive ===
 +
 +
* [[MDT/OCL/New_and_Noteworthy/Galileo|New and Noteworthy]] features in 1.3 release, by milestone
  
 
* [[MDT_1.1_New_and_Noteworthy#Object_Constraint_Language (OCL) Component|New and Noteworthy]] features in the 1.2 release, by milestone
 
* [[MDT_1.1_New_and_Noteworthy#Object_Constraint_Language (OCL) Component|New and Noteworthy]] features in the 1.2 release, by milestone

Revision as of 11:49, 30 June 2009

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.

The OCL parser is generated by the LALR Parser Generator, a SourceForge project, licensed under the EPL v1.0. Download it from the LPG home page. This site includes the generator executable required to regenerate the parser code.


General Information

Archive

Articles

Examples

Other documentation

Development

This section has links to pages of interest primarily to those developing the OCL component.

Planning

Development Environment

Related Links

Back to the top