blob: 481a14b52494dcf4f08267fa303748af88fcd7c0 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2007, 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: FunctionParameter.java,v 1.1 2008/07/23 09:39:07 qglineur Exp $
*/
package org.eclipse.qvt.declarative.ecore.QVTBase;
import org.eclipse.emf.ecore.EParameter;
import org.eclipse.ocl.ecore.Variable;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Function Parameter</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvt.declarative.ecore.QVTBase.QVTBasePackage#getFunctionParameter()
* @model
* @generated
*/
public interface FunctionParameter extends EParameter, Variable {
} // FunctionParameter