blob: 4e6d4bd93b4c58254d1e130f966d4af600caf981 [file] [log] [blame]
/**
* <copyright>
* Copyright (c) 2008 Open Canarias 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:
* A. Sanchez-Barbudo - initial API and implementation
*
* </copyright>
*
* $Id: ImperativeCallExp.java,v 1.2 2009/01/25 23:12:24 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.ecore.QVTOperational;
import org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.ImperativeExpression;
import org.eclipse.ocl.ecore.OperationCallExp;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Imperative Call Exp</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.ImperativeCallExp#isIsVirtual <em>Is Virtual</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.ecore.QVTOperational.QVTOperationalPackage#getImperativeCallExp()
* @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='checkSource'"
* @generated
*/
public interface ImperativeCallExp extends OperationCallExp, ImperativeExpression {
/**
* Returns the value of the '<em><b>Is Virtual</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Virtual</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Is Virtual</em>' attribute.
* @see #setIsVirtual(boolean)
* @see org.eclipse.m2m.qvt.oml.ecore.QVTOperational.QVTOperationalPackage#getImperativeCallExp_IsVirtual()
* @model default="true"
* @generated
*/
boolean isIsVirtual();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.ecore.QVTOperational.ImperativeCallExp#isIsVirtual <em>Is Virtual</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Is Virtual</em>' attribute.
* @see #isIsVirtual()
* @generated
*/
void setIsVirtual(boolean value);
} // ImperativeCallExp