All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.uml2.uml.profile.standard.Source Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2014 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:
 *   Kenn Hussey (CEA) - initial API and implementation
 *
 */
package org.eclipse.uml2.uml.profile.standard;

/**
 * 
 * A representation of the model object 'Source'.
 * 
 *
 * 
 * A source file that can be compiled into an executable file. Subclass of «File».
 * 

From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).

* * * * @see org.eclipse.uml2.uml.profile.standard.StandardPackage#getSource() * @model * @generated */ public interface Source extends File { } // Source




© 2015 - 2025 Weber Informatics LLC | Privacy Policy