Traceability

Uses of Interface
ttm.IdentifiedElement

Packages that use IdentifiedElement
ttm   
ttm.impl   
ttm.util   
 

Uses of IdentifiedElement in ttm
 

Subinterfaces of IdentifiedElement in ttm
 interface Document
          A representation of the model object 'Document'
 interface HierarchicalElement
          A representation of the model object 'Hierarchical Element'
 interface Project
          A representation of the model object 'Project'
 interface Requirement
          A representation of the model object 'Requirement'
 interface Section
          A representation of the model object 'Section'
 

Methods in ttm that return IdentifiedElement
 IdentifiedElement Text.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in ttm with parameters of type IdentifiedElement
 void Text.setParent(IdentifiedElement value)
          Sets the value of the 'Parent' container reference
 

Uses of IdentifiedElement in ttm.impl
 

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

Methods in ttm.impl that return IdentifiedElement
 IdentifiedElement TextImpl.getParent()
           
 

Methods in ttm.impl with parameters of type IdentifiedElement
 NotificationChain TextImpl.basicSetParent(IdentifiedElement newParent, NotificationChain msgs)
           
 void TextImpl.setParent(IdentifiedElement newParent)
           
 

Uses of IdentifiedElement in ttm.util
 

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


Traceability

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