Object Constraint Language

From Wikipedia, the free encyclopedia

The Object Constraint Language is a declarative language for describing rules that apply to UML models developed at IBM and now part of the UML standard. Initially OCL was only a formal specification language extension to UML. OCL may now be used with any Meta-Object Facility OMG metamodel, including UML. The Object Constraint Language is a precise text language that provides constraint and object query expressions on any Meta-Object Facility model or metamodel that cannot otherwise be expressed by diagrammatic notation. OCL is a key component of the new OMG standard recommendation for transforming models, the QVT specification. Many other model transformation languages like ATL is also built on top of OCL.

Contents

[edit] Description

OCL is a descendant of Syntropy, a second-generation object-oriented analysis and design method. The OCL 1.4 definition specified a constraint language. In OCL 2.0, the definition has been extended to include general object query language definitions.

OCL language statements are constructed in four parts:

  1. a context that defines the limited situation in which the statement is valid
  2. a property that represents some characteristics of the context (e.g., if the context is a class, a property might be an attribute)
  3. an operation (e.g., arithmetic, set-oriented) that manipulates or qualifies a property, and
  4. keywords (e.g., if, then, else, and, or, not, implies) that are used to specify conditional expressions.

[edit] OCL and UML

OCL supplements UML by providing expressions that have neither the ambiguities of natural language nor the inherent difficulty of using complex mathematics. OCL is also a navigation language for graph-based models.

[edit] OCL and MOF

OCL allows to make any Meta-Object Facility model more precise by associating to its metaelements a number of assertions.

[edit] OCL and QVT

Of particular importance to Model Driven Engineering or model-driven architecture is the notion of Model transformation. The OMG has defined a specific standard for model transformation called MOF/QVT or in short QVT. Several model transformation languages like GReAT, VIATRA or the ATL are presently available, with different level of compliance with the QVT standard. Many of these languages are built on top of OCL, which is the main part of the QVT-compliance.

[edit] Alternatives

As a navigation language, XPath may be considered as an alternative to OCL. However XPath works for XML trees while OCL allows to navigate MOF-based models and metamodels (i.e. XMI trees). In other words OCL has a similar relation to UML or MOF than XPath has to XML. As a model specification language allowing to decorate a model or a metamodel with side-effect free annotations, OCL could be advantageously replaced by languages like Alloy.

[edit] See also

[edit] External links

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.