blob: 32824ea7dbb61ada3d2da6ec43f0e2439eff9903 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2015 Willink Transformations 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
*******************************************************************************/
package org.eclipse.qvtd.pivot.qvtbase;
import org.eclipse.ocl.pivot.Model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Base Model</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtbase.QVTbasePackage#getBaseModel()
* @model
* @generated
*/
public interface BaseModel extends Model {
} // BaseModel