Traceability

ttm
Interface CoverLink

All Superinterfaces:
AbstractLink, AttributeOwner, Element, EObject, Notifier
All Known Implementing Classes:
CoverLinkImpl

public interface CoverLink
extends AbstractLink

A representation of the model object 'Cover Link'.

The following features are supported:

See Also:
TtmPackage.getCoverLink()
** Generated **
Model:

Method Summary
 HierarchicalElement getFrom()
          Returns the value of the 'From' container reference.
 Requirement getTo()
          Returns the value of the 'To' reference.
 void setFrom(HierarchicalElement value)
          Sets the value of the 'From' container reference
 void setTo(Requirement value)
          Sets the value of the 'To' reference
 
Methods inherited from interface ttm.AbstractLink
getReferencedID, isUnresolved, setReferencedID, setUnresolved
 
Methods inherited from interface ttm.AttributeOwner
getAttributes
 
Methods inherited from interface ttm.Element
getActivatedRules, getDocument
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFrom

HierarchicalElement getFrom()
Returns the value of the 'From' container reference. It is bidirectional and its opposite is 'Cover Links'.

If the meaning of the 'From' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'From' container reference.
See Also:
setFrom(HierarchicalElement), TtmPackage.getCoverLink_From(), HierarchicalElement.getCoverLinks()
** Generated **
Model:
opposite="coverLinks" required="true"

setFrom

void setFrom(HierarchicalElement value)
Sets the value of the 'From' container reference.

Parameters:
value - the new value of the 'From' container reference.
See Also:
getFrom()
** Generated **

getTo

Requirement getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'Incoming Cover Links'.

If the meaning of the 'To' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'To' reference.
See Also:
setTo(Requirement), TtmPackage.getCoverLink_To(), Requirement.getIncomingCoverLinks()
** Generated **
Model:
opposite="incomingCoverLinks"

setTo

void setTo(Requirement value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()
** Generated **

Traceability

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.