blob: 4367ff5f51bc3c29904ebd15f747d109a32a3e4f [file] [log] [blame]
/*
* Copyright (c) 2014, 2018 CEA and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Kenn Hussey (CEA) - initial API and implementation
* Kenn Hussey - 535301
*
*/
package org.eclipse.uml2.uml.profile.standard;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Library</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A static or dynamic library file. Subclass of «File».
* <p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).</p>
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.profile.standard.StandardPackage#getLibrary()
* @model
* @generated
*/
public interface Library
extends File {
} // Library