blob: a275f185c9dfa6438bf2821bbe100cd09e91e5e9 [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;
import org.eclipse.emf.common.util.EList;
import org.eclipse.papyrus.sysml14.blocks.DirectedRelationshipPropertyPath;
import org.eclipse.uml2.uml.NamedElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Trace</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.sysml14.requirements.RequirementsPackage#getTrace()
* @model
* @generated
*/
public interface Trace extends DirectedRelationshipPropertyPath, org.eclipse.uml2.uml.profile.standard.Trace {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model refRequired="true" refOrdered="false" resultMany="true" resultOrdered="false"
* @generated
*/
void getTracedFrom(NamedElement ref, EList<Requirement> result);
} // Trace