blob: 2df68a8d5fc2372a4a00416dc815501ad8044f3e [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2008 E.D.Willink 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
*
* </copyright>
*
* $Id: TestExpression.java,v 1.2 2008/12/31 18:14:29 ewillink Exp $
*/
package org.eclipse.qvt.declarative.test.TestQVTBase;
import org.eclipse.ocl.ecore.OCLExpression;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Test Expression</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvt.declarative.test.TestQVTBase.TestQVTBasePackage#getTestExpression()
* @model
* @generated
*/
public interface TestExpression extends OCLExpression {
} // TestExpression