blob: 0a0f38b833b8dbf2c4d107616ae429dcdddaa91d [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2006, 2009 IBM Corporation, Zeligsoft Inc., 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 - Initial API and implementation
* Zeligsoft - Bug 207365
*
* </copyright>
*
* $Id: ExpressionInOCL.java,v 1.6 2009/12/22 18:59:37 ewillink Exp $
*/
package org.eclipse.ocl.uml;
import org.eclipse.uml2.uml.Classifier;
import org.eclipse.uml2.uml.OpaqueExpression;
import org.eclipse.uml2.uml.Parameter;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Expression In OCL</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.uml.UMLPackage#getExpressionInOCL()
* @model extendedMetaData="name='ExpressionInOcl'"
* @generated
*/
public interface ExpressionInOCL
extends OpaqueExpression,
org.eclipse.ocl.utilities.ExpressionInOCL<Classifier, Parameter> {
// no additional features
} // ExpressionInOCL