blob: d115c92ae02a74d3f835fe96d9a718f0c8862b36 [file] [log] [blame]
/*
* Copyright (c) 2011, 2012 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
* Kenn Hussey (CEA) - 351777, 382718
*
*/
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