Traceability

Uses of Interface
ttm.HierarchicalElement

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

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

Methods in org.topcased.traceability.hmi.util that return types with arguments of type HierarchicalElement
static java.util.List<HierarchicalElement> ModelHelper.getRecursiveCoveredRequirements(Requirement requirement)
           
 

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

Uses of HierarchicalElement in ttm
 

Subinterfaces of HierarchicalElement in ttm
 interface Document
          A representation of the model object 'Document'
 interface Requirement
          A representation of the model object 'Requirement'
 interface Section
          A representation of the model object 'Section'
 

Methods in ttm that return HierarchicalElement
 HierarchicalElement NavigationLink.getFrom()
          Returns the value of the 'From' container reference.
 HierarchicalElement CoverLink.getFrom()
          Returns the value of the 'From' container reference.
 HierarchicalElement HierarchicalElement.getParent()
          Returns the value of the 'Parent' container reference.
 HierarchicalElement NavigationLink.getTo()
          Returns the value of the 'To' reference.
 

Methods in ttm that return types with arguments of type HierarchicalElement
 java.util.Set<HierarchicalElement> Requirement.getAllReferencers()
          Return all the elements that covers this requirement, recursively going through documents cover relations
 

Methods in ttm with parameters of type HierarchicalElement
 void NavigationLink.setFrom(HierarchicalElement value)
          Sets the value of the 'From' container reference
 void CoverLink.setFrom(HierarchicalElement value)
          Sets the value of the 'From' container reference
 void HierarchicalElement.setParent(HierarchicalElement value)
          Sets the value of the 'Parent' container reference
 void NavigationLink.setTo(HierarchicalElement value)
          Sets the value of the 'To' reference
 

Uses of HierarchicalElement in ttm.impl
 

Classes in ttm.impl that implement HierarchicalElement
 class DocumentImpl
          An implementation of the model object 'Document'
 class HierarchicalElementImpl
          An implementation of the model object 'Hierarchical Element'
 class RequirementImpl
          An implementation of the model object 'Requirement'
 class SectionImpl
          An implementation of the model object 'Section'
 

Fields in ttm.impl declared as HierarchicalElement
protected  HierarchicalElement NavigationLinkImpl.to
          The cached value of the 'To' reference
 

Methods in ttm.impl that return HierarchicalElement
 HierarchicalElement NavigationLinkImpl.basicGetTo()
           
 HierarchicalElement NavigationLinkImpl.getFrom()
           
 HierarchicalElement CoverLinkImpl.getFrom()
           
 HierarchicalElement HierarchicalElementImpl.getParent()
           
 HierarchicalElement NavigationLinkImpl.getTo()
           
 

Methods in ttm.impl that return types with arguments of type HierarchicalElement
 java.util.Set<HierarchicalElement> RequirementImpl.getAllReferencers()
           
 

Methods in ttm.impl with parameters of type HierarchicalElement
 NotificationChain NavigationLinkImpl.basicSetFrom(HierarchicalElement newFrom, NotificationChain msgs)
           
 NotificationChain CoverLinkImpl.basicSetFrom(HierarchicalElement newFrom, NotificationChain msgs)
           
 NotificationChain HierarchicalElementImpl.basicSetParent(HierarchicalElement newParent, NotificationChain msgs)
           
 NotificationChain NavigationLinkImpl.basicSetTo(HierarchicalElement newTo, NotificationChain msgs)
           
 void NavigationLinkImpl.setFrom(HierarchicalElement newFrom)
           
 void CoverLinkImpl.setFrom(HierarchicalElement newFrom)
           
 void HierarchicalElementImpl.setParent(HierarchicalElement newParent)
           
 void NavigationLinkImpl.setTo(HierarchicalElement newTo)
           
 

Uses of HierarchicalElement in ttm.util
 

Methods in ttm.util with parameters of type HierarchicalElement
 java.lang.Object TtmSwitch.caseHierarchicalElement(HierarchicalElement object)
          Returns the result of interpretting the object as an instance of 'Hierarchical Element'
 


Traceability

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