blob: e4b46f204ee298971566e7c4bbc3f78c9f2575f2 [file] [log] [blame]
/*
* Copyright (c) 2005, 2014 IBM Corporation, 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:
* IBM - initial API and implementation
* Christian W. Damus (CEA) - 251963
* Kenn Hussey (CEA) - 418466
*
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Deployed Artifact</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A deployed artifact is an artifact or artifact instance that has been deployed to a deployment target.
* <p>From package UML::Deployments.</p>
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getDeployedArtifact()
* @model abstract="true"
* @generated
*/
public interface DeployedArtifact
extends NamedElement {
// no methods
} // DeployedArtifact