blob: cf7d852a2983e51e64e960b4706939cdd4e20880 [file] [log] [blame]
/**
* Copyright (c) 2015 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Benoit Maggi (CEA LIST) benoit.maggi@cea.fr - Initial API and implementation
*
*/
package org.eclipse.papyrus.sysml14.requirements;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Copy</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A Copy relationship is a dependency between a supplier requirement and a client requirement that specifies that the text of the client requirement is a read-only copy of the text of the supplier requirement.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.papyrus.sysml14.requirements.RequirementsPackage#getCopy()
* @model
* @generated
*/
public interface Copy extends Trace {
} // Copy