Traceability

Uses of Interface
ttm.CoverLink

Packages that use CoverLink
org.topcased.traceability.hmi.util   
ttm   
ttm.impl   
ttm.util   
 

Uses of CoverLink in org.topcased.traceability.hmi.util
 

Methods in org.topcased.traceability.hmi.util that return types with arguments of type CoverLink
static java.util.List<CoverLink> ModelHelper.getAllCoverLinksUnder(HierarchicalElement element)
          Build a list that contains all cover links under a given element
static java.util.List<CoverLink> ModelHelper.getAllIncomingCoverLinksUnder(Requirement element)
           
 

Uses of CoverLink in ttm
 

Methods in ttm that return CoverLink
 CoverLink TtmFactory.createCoverLink()
          Returns a new object of class 'Cover Link'
 

Methods in ttm that return types with arguments of type CoverLink
 java.util.List<CoverLink> HierarchicalElement.getCoverLinks()
          Returns the value of the 'Cover Link' containment reference list.
 java.util.List<CoverLink> Requirement.getIncomingCoverLinks()
          Returns the value of the 'Incoming Cover Links' reference list.
 

Uses of CoverLink in ttm.impl
 

Classes in ttm.impl that implement CoverLink
 class CoverLinkImpl
          An implementation of the model object 'Cover Link'
 

Methods in ttm.impl that return CoverLink
 CoverLink TtmFactoryImpl.createCoverLink()
           
 

Uses of CoverLink in ttm.util
 

Methods in ttm.util with parameters of type CoverLink
 java.lang.Object TtmSwitch.caseCoverLink(CoverLink object)
          Returns the result of interpretting the object as an instance of 'Cover Link'
 


Traceability

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