Traceability

Uses of Interface
ttm.AttributeOwner

Packages that use AttributeOwner
ttm   
ttm.impl   
ttm.util   
 

Uses of AttributeOwner in ttm
 

Subinterfaces of AttributeOwner in ttm
 interface AbstractLink
          A representation of the model object 'Abstract Link'
 interface CoverLink
          A representation of the model object 'Cover Link'
 interface Document
          A representation of the model object 'Document'
 interface HierarchicalElement
          A representation of the model object 'Hierarchical Element'
 interface IdentifiedElement
          A representation of the model object 'Identified Element'
 interface NavigationLink
          A representation of the model object 'Navigation Link'
 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 AttributeOwner
 AttributeOwner TtmFactory.createAttributeOwner()
          Returns a new object of class 'Attribute Owner'
 AttributeOwner Attribute.getParent()
          Returns the value of the 'Parent' container reference.
 

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

Uses of AttributeOwner in ttm.impl
 

Classes in ttm.impl that implement AttributeOwner
 class AbstractLinkImpl
          An implementation of the model object 'Abstract Link'
 class AttributeOwnerImpl
          An implementation of the model object 'Attribute Owner'
 class CoverLinkImpl
          An implementation of the model object 'Cover Link'
 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 NavigationLinkImpl
          An implementation of the model object 'Navigation Link'
 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 AttributeOwner
 AttributeOwner TtmFactoryImpl.createAttributeOwner()
           
 AttributeOwner AttributeImpl.getParent()
           
 

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

Uses of AttributeOwner in ttm.util
 

Methods in ttm.util with parameters of type AttributeOwner
 java.lang.Object TtmSwitch.caseAttributeOwner(AttributeOwner object)
          Returns the result of interpretting the object as an instance of 'Attribute Owner'
 


Traceability

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