blob: edd04f909e29f2ad6b7897d152c1515bbe1503b1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016, 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 example1.target.lookup;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.ocl.pivot.evaluation.Executor;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Env4 CG</b></em>'.
* <!-- end-user-doc -->
*
*
* @see example1.target.lookup.EnvironmentPackage#getEnv4CG()
* @model interface="true" abstract="true"
* @generated
*/
public interface Env4CG extends EObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model annotation="http://www.eclipse.org/emf/2002/GenModel body='throw new &lt;%java.lang.UnsupportedOperationException%&gt;(\"LookupEnvironment::hasFinalResult() has been created for CG purposes. Don\'t call this method\");'"
* @generated
*/
boolean hasFinalResult();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model kind="operation" type="example1.target.lookup.Executor"
* annotation="http://www.eclipse.org/emf/2002/GenModel body='throw new &lt;%java.lang.UnsupportedOperationException%&gt;(\"LookupEnvironment::getEvaluator() has been created for CG purposes. Don\'t call this method\");'"
* @generated
*/
Executor getExecutor();
} // Env4CG