Traceability

ttm
Interface NavigationLink

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

public interface NavigationLink
extends AbstractLink

A representation of the model object 'Navigation Link'.

The following features are supported:

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

Method Summary
 HierarchicalElement getFrom()
          Returns the value of the 'From' container reference.
 HierarchicalElement getTo()
          Returns the value of the 'To' reference.
 void setFrom(HierarchicalElement value)
          Sets the value of the 'From' container reference
 void setTo(HierarchicalElement 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

getTo

HierarchicalElement getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'Incoming Navigation 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(HierarchicalElement), TtmPackage.getNavigationLink_To(), HierarchicalElement.getIncomingNavigationLinks()
** Generated **
Model:
opposite="incomingNavigationLinks"

setTo

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

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

getFrom

HierarchicalElement getFrom()
Returns the value of the 'From' container reference. It is bidirectional and its opposite is 'Navigation 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.getNavigationLink_From(), HierarchicalElement.getNavigationLinks()
** Generated **
Model:
opposite="navigationLinks" 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 **

Traceability

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