Uses of Interface
edu.cmu.sei.aadl.model.core.RefinesType

Packages that use RefinesType
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.core.util   
 

Uses of RefinesType in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return RefinesType
 RefinesType CoreFactory.createRefinesType()
          Returns a new object of class 'Refines Type'
 RefinesType ComponentImpl.getRefinesType()
          Returns the value of the 'Refines Type' containment reference
 RefinesType ComponentImpl.getRefinesType(boolean create)
          retrieve RefinesType object.
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type RefinesType
 void ComponentImpl.setRefinesType(RefinesType value)
          Sets the value of the 'Refines Type' containment reference
 

Uses of RefinesType in edu.cmu.sei.aadl.model.core.impl
 

Classes in edu.cmu.sei.aadl.model.core.impl that implement RefinesType
 class RefinesTypeImpl
          An implementation of the model object 'Refines Type'
 

Fields in edu.cmu.sei.aadl.model.core.impl declared as RefinesType
protected  RefinesType ComponentImplImpl.refinesType
          The cached value of the 'Refines Type' containment reference
 

Methods in edu.cmu.sei.aadl.model.core.impl that return RefinesType
 RefinesType CoreFactoryImpl.createRefinesType()
           
 RefinesType ComponentImplImpl.getRefinesType()
           
 RefinesType ComponentImplImpl.getRefinesType(boolean create)
          retrieve RefinesType object.
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type RefinesType
 org.eclipse.emf.common.notify.NotificationChain ComponentImplImpl.basicSetRefinesType(RefinesType newRefinesType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ComponentImplImpl.setRefinesType(RefinesType newRefinesType)
          phf: we want an add version for EList
 

Uses of RefinesType in edu.cmu.sei.aadl.model.core.util
 

Methods in edu.cmu.sei.aadl.model.core.util with parameters of type RefinesType
 java.lang.Object CoreSwitch.caseRefinesType(RefinesType object)
          Returns the result of interpretting the object as an instance of 'Refines Type'