blob: 4c9b0fbf0b38b09ed2df74dbe80c5a2aef37bc97 [file] [log] [blame]
/*
* Copyright (c) 2011 CEA 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:
* CEA - initial API and implementation
*
*/
package org.eclipse.uml2.uml.profile.l2;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Script</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A script file that can be interpreted by a computer system. Subclass of «File».
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.profile.l2.L2Package#getScript()
* @model
* @generated
*/
public interface Script
extends File {
} // Script