blob: f9855cd40f2410f3179f76f9297ede0669c87a32 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 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.qvtimperative;
import org.eclipse.qvtd.pivot.qvtbase.BaseModel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Imperative Model</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* The Model of an Imperative QVT transformation.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getImperativeModel()
* @generated
*/
public interface ImperativeModel extends BaseModel {
} // ImperativeModel