/** * <copyright> * </copyright> * * $Id: Constructor.java,v 1.1 2008/09/02 20:36:00 radvorak Exp $ */ package org.eclipse.m2m.qvt.oml.emof.QVTOperational; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Constructor</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getConstructor() * @model * @generated */ public interface Constructor extends ImperativeOperation { } // Constructor