blob: f3d69cdc3bf38228006834f296f580b61015b23a [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 example2.env;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.ocl.pivot.evaluation.Evaluator;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Env4 CG</b></em>'.
* <!-- end-user-doc -->
*
*
* @see example2.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 UnsupportedOperationException(); // FIXME Unimplemented http://cs2as/tests/example2/env/1.0!Env4CG!hasFinalResult()'"
* @generated
*/
boolean hasFinalResult();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model kind="operation" type="example2.env.Evaluator"
* annotation="http://www.eclipse.org/emf/2002/GenModel body='throw new UnsupportedOperationException(); // FIXME Unimplemented http://cs2as/tests/example2/env/1.0!Env4CG!getEvaluator()'"
* @generated
*/
Evaluator getEvaluator();
} // Env4CG