blob: f7c77bcb5ee8d825813381ff56f8a8674aa7fe28 [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>Document</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A human-readable 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#getDocument()
* @model
* @generated
*/
public interface Document
extends File {
} // Document