blob: 0a034399836d646696ef0b47a0d045c266832229 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2008 E.D.Willink 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: OppositePropertyCallExp.java,v 1.1 2008/09/09 21:00:32 ewillink Exp $
*/
package org.eclipse.qvt.declarative.emof.QVTRelation;
import org.eclipse.qvt.declarative.emof.EssentialOCL.PropertyCallExp;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Opposite Property Call Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvt.declarative.emof.QVTRelation.QVTRelationPackage#getOppositePropertyCallExp()
* @model
* @generated
*/
public interface OppositePropertyCallExp extends PropertyCallExp {
} // OppositePropertyCallExp