| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
| <html> |
| <head> |
| <!-- |
| |
| /****************************************************************************** |
| * Copyright (c) 2007 IBM Corporation and others. |
| * All rights reserved. This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License v2.0 |
| * which accompanies this distribution, and is available at |
| * http://www.eclipse.org/legal/epl-v20.html |
| * |
| * Contributors: |
| * IBM Corporation - initial API and implementation |
| ****************************************************************************/ |
| |
| --> |
| </head> |
| <body> |
| |
| Implementation of the <tt>Expressions</tt> package of the Object Constraint Lanuage |
| version 2.0 Abstract Syntax model. |
| |
| <h2>Package Specification</h2> |
| <p> |
| This package implements the API for the structure of parsed OCL expressions, as |
| specified by the {@link org.eclipse.ocl.expressions} package. The types in this |
| package are not typically used by clients. Rather, instances of the abstract |
| syntax classes are created either using the |
| {@linkplain org.eclipse.ocl.expressions.ExpressionsFactory factory interface} |
| or by parsing OCL text. |
| </p> |
| |
| @see org.eclipse.ocl.expressions |
| @see org.eclipse.ocl.expressions.ExpressionsPackage |
| @see org.eclipse.ocl.expressions.ExpressionsFactory |
| |
| </body> |
| </html> |