blob: 55d7c6f2e4e222e9cbb7436f98ef56276620dd1b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 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.qvtimperative;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Mapping Statement</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A MappingCall specifies the invocation of a referredMapping with a set of bindings
* of the bound variables of the referredMapping to values provided in the invocation.
* Where Collections of values are provided for isLoop bindings, a distinct invocation
* is performed for each distinct permutation of Collection elements.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getMappingStatement()
* @generated
*/
public interface MappingStatement extends Statement {
} // MappingStatement