blob: bd399f88d173fb05b57358fcba37e2e8c7d2126b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2008 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 256040
*******************************************************************************/
package org.eclipse.ocl.ecore;
import org.eclipse.emf.ecore.EClassifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Message Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.ecore.EcorePackage#getMessageExp()
* @model
* @generated
*/
public interface MessageExp
extends
OCLExpression,
org.eclipse.ocl.expressions.MessageExp<EClassifier, CallOperationAction, SendSignalAction> {
} // MessageExp