blob: 8c390970e03891bd6623ad467b12710efad8e287 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2015, 2020 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.codegen.qvticgmodel;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.ocl.examples.codegen.cgmodel.CGValuedElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>CG Speculate Part</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.codegen.qvticgmodel.CGSpeculatePart#getObjectExp <em>Object Exp</em>}</li>
* <li>{@link org.eclipse.qvtd.codegen.qvticgmodel.CGSpeculatePart#getEStructuralFeature <em>EStructural Feature</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.codegen.qvticgmodel.QVTiCGModelPackage#getCGSpeculatePart()
* @model
* @generated
*/
public interface CGSpeculatePart extends CGValuedElement {
/**
* Returns the value of the '<em><b>Object Exp</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Object Exp</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Object Exp</em>' containment reference.
* @see #setObjectExp(CGValuedElement)
* @see org.eclipse.qvtd.codegen.qvticgmodel.QVTiCGModelPackage#getCGSpeculatePart_ObjectExp()
* @model containment="true" required="true"
* @generated
*/
CGValuedElement getObjectExp();
/**
* Sets the value of the '{@link org.eclipse.qvtd.codegen.qvticgmodel.CGSpeculatePart#getObjectExp <em>Object Exp</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Object Exp</em>' containment reference.
* @see #getObjectExp()
* @generated
*/
void setObjectExp(CGValuedElement value);
/**
* Returns the value of the '<em><b>EStructural Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EStructural Feature</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>EStructural Feature</em>' reference.
* @see #setEStructuralFeature(EStructuralFeature)
* @see org.eclipse.qvtd.codegen.qvticgmodel.QVTiCGModelPackage#getCGSpeculatePart_EStructuralFeature()
* @model resolveProxies="false" required="true"
* @generated
*/
EStructuralFeature getEStructuralFeature();
/**
* Sets the value of the '{@link org.eclipse.qvtd.codegen.qvticgmodel.CGSpeculatePart#getEStructuralFeature <em>EStructural Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>EStructural Feature</em>' reference.
* @see #getEStructuralFeature()
* @generated
*/
void setEStructuralFeature(EStructuralFeature value);
} // CGSpeculatePart