org.eclipse.uml2.uml.profile.standard
Interface Trace

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Trace
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Trace'. Specifies a trace relationship between model elements or sets of model elements that represent the same concept in different models. Traces are mainly used for tracking requirements and changes across models. As model changes can occur in both directions, the directionality of the dependency can often be ignored. The mapping specifies the relationship between the two, but it is rarely computable and is usually informal.

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

The following features are supported:

See Also:
StandardPackage.getTrace()

Method Summary
 Abstraction getBase_Abstraction()
          Returns the value of the 'Base Abstraction' reference
 void setBase_Abstraction(Abstraction value)
          Sets the value of the 'Base Abstraction' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBase_Abstraction

Abstraction getBase_Abstraction()
Returns the value of the 'Base Abstraction' reference.

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

Returns:
the value of the 'Base Abstraction' reference.
See Also:
setBase_Abstraction(Abstraction), StandardPackage.getTrace_Base_Abstraction()

setBase_Abstraction

void setBase_Abstraction(Abstraction value)
Sets the value of the 'Base Abstraction' reference.

Parameters:
value - the new value of the 'Base Abstraction' reference.
See Also:
getBase_Abstraction()

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.