blob: 7fb9697840c9fe9dccb50167ce4d3240a7f2fe06 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 2019 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
*
* </copyright>
*/
package org.eclipse.qvtd.pivot.qvtcore;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.pivot.VariableDeclaration;
import org.eclipse.qvtd.pivot.qvtbase.Pattern;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Core Pattern</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.pivot.qvtcore.CorePattern#getOwnedVariables <em>Owned Variables</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.pivot.qvtcore.QVTcorePackage#getCorePattern()
* @model
* @generated
*/
public interface CorePattern extends Pattern {
/**
* Returns the value of the '<em><b>Owned Variables</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.pivot.VariableDeclaration}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Variables</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Owned Variables</em>' containment reference list.
* @see org.eclipse.qvtd.pivot.qvtcore.QVTcorePackage#getCorePattern_OwnedVariables()
* @model containment="true" ordered="false"
* @generated
*/
EList<VariableDeclaration> getOwnedVariables();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model kind="operation" required="true"
* @generated
*/
Area getArea();
} // CorePattern