blob: e2d2d4750fd2763edfca7b0ce0fb3e145e44ecc1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="IBM">
<!--
/******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
Abstract API for OCL expression syntax.
<h2>Package Specification</h2>
<p>
This package defines the abstract API for the representation of OCL
{@linkplain org.eclipse.emf.ocl.expressions.OCLExpression expression}
syntax. OCL expressions are used to implement OCL
{@linkplain org.eclipse.emf.ocl.query.Query queries} and constraints.
</p>
<p>
For walking an OCL expression AST, see the
{@link org.eclipse.emf.ocl.expressions.Visitor} interface. For
other utilities (such as the EMF switch), see the
{@link org.eclipse.emf.ocl.expressions.util} package.
</p>
@see org.eclipse.emf.ocl.expressions.OCLExpression
@see org.eclipse.emf.ocl.expressions.util
@see org.eclipse.emf.ocl.query.Query
</body>
</html>