blob: a853c4afae905081efc48421de5cd6d9e73cd9aa [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 2017 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
*
* </copyright>
*/
package org.eclipse.qvtd.pivot.qvtimperative;
import org.eclipse.qvtd.pivot.qvtbase.Transformation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Imperative Transformation</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* An ImperativeTransfornmation distinguishes a QVTi transformation from other transformations.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getImperativeTransformation()
* @generated
*/
public interface ImperativeTransformation extends Transformation {
} // ImperativeTransformation