blob: 3739936fcee2f3d990486796235eb5eff41eb884 [file] [log] [blame]
/**
* <copyright>
* Copyright (c) 2008 Open Canarias 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:
* A. Sanchez-Barbudo - initial API and implementation
*
* </copyright>
*
* $Id: Library.java,v 1.1 2008/09/02 20:02:27 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.ecore.QVTOperational;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Library</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.m2m.qvt.oml.ecore.QVTOperational.QVTOperationalPackage#getLibrary()
* @model
* @generated
*/
public interface Library extends Module {
} // Library