blob: 9a56735cabc8d28935d2a026fa3897f025f2ebc9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 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
*******************************************************************************/
/**
*/
package example1.env;
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.env.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 <%java.lang.UnsupportedOperationException%>(\"Enviroment::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.env.Executor"
* annotation="http://www.eclipse.org/emf/2002/GenModel body='throw new <%java.lang.UnsupportedOperationException%>(\"Enviroment::getEvaluator() has been created for CG purposes. Don\'t call this method\");'"
* @generated
*/
Executor getExecutor();
} // Env4CG