blob: 9918583d23a7e4fab88f00fdc0e56e6525e64683 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 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
*
* </copyright>
*/
package org.eclipse.qvtd.pivot.qvtimperative;
import org.eclipse.emf.common.util.EList;
import org.eclipse.qvtd.pivot.qvtcorebase.Assignment;
import org.eclipse.qvtd.pivot.qvtcorebase.BottomPattern;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Imperative Bottom Pattern</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.pivot.qvtimperative.ImperativeBottomPattern#getOrderedAssignment <em>Ordered Assignment</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getImperativeBottomPattern()
* @generated
*/
public interface ImperativeBottomPattern extends BottomPattern {
/**
* Returns the value of the '<em><b>Ordered Assignment</b></em>' reference list.
* The list contents are of type {@link org.eclipse.qvtd.pivot.qvtcorebase.Assignment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ordered Assignment</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ordered Assignment</em>' reference list.
* @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getImperativeBottomPattern_OrderedAssignment()
* @generated
*/
EList<Assignment> getOrderedAssignment();
} // ImperativeBottomPattern