blob: c49b7e53b9f04a9da764a324283e9520f347a0f5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 2018 Willink Transformations 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:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.qvtd.pivot.qvtrelation;
import org.eclipse.qvtd.pivot.qvtbase.BaseModel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Relation Model</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtrelation.QVTrelationPackage#getRelationModel()
* @model
* @generated
*/
public interface RelationModel extends BaseModel {
} // RelationModel