blob: 9cc5d17161ed0f8f097154a22556ddf87212e010 [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: RealizedVariable.java,v 1.1 2008/07/23 09:43:24 qglineur Exp $
*/
package org.eclipse.qvt.declarative.ecore.QVTCore;
import org.eclipse.ocl.ecore.Variable;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Realized Variable</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvt.declarative.ecore.QVTCore.QVTCorePackage#getRealizedVariable()
* @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='MappingIsEnforceable'"
* @generated
*/
public interface RealizedVariable extends Variable {
} // RealizedVariable