Uses of Interface
edu.cmu.sei.aadl.model.component.DeviceType

Packages that use DeviceType
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
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. 
 

Uses of DeviceType in edu.cmu.sei.aadl.model.component
 

Methods in edu.cmu.sei.aadl.model.component that return DeviceType
 DeviceType ComponentFactory.createDeviceType()
          Returns a new object of class 'Device Type'
 DeviceType DeviceImpl.getCompType()
          Returns the value of the 'Comp Type' reference.
 DeviceType DeviceType.getExtend()
          Returns the value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type DeviceType
 void DeviceImpl.setCompType(DeviceType value)
          Sets the value of the 'Comp Type' reference
 void DeviceType.setExtend(DeviceType value)
          Sets the value of the 'Extend' reference
 

Uses of DeviceType in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement DeviceType
 class DeviceTypeImpl
          An implementation of the model object 'Device Type'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as DeviceType
protected  DeviceType DeviceImplImpl.compType
          The cached value of the 'Comp Type' reference
protected  DeviceType DeviceTypeImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return DeviceType
 DeviceType DeviceImplImpl.basicGetCompType()
           
 DeviceType DeviceTypeImpl.basicGetExtend()
           
 DeviceType ComponentFactoryImpl.createDeviceType()
           
 DeviceType DeviceImplImpl.getCompType()
           
 DeviceType DeviceTypeImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DeviceType
 org.eclipse.emf.common.notify.NotificationChain DeviceImplImpl.basicSetCompType(DeviceType newCompType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DeviceImplImpl.setCompType(DeviceType newCompType)
          phf: we want an add version for EList
 void DeviceTypeImpl.setExtend(DeviceType newExtend)
           
 

Uses of DeviceType in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type DeviceType
 java.lang.Object ComponentSwitch.caseDeviceType(DeviceType object)
          Returns the result of interpretting the object as an instance of 'Device Type'
 

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

Methods in edu.cmu.sei.aadl.model.core with parameters of type DeviceType
 void AadlSpec.addDeviceType(DeviceType value)
          Adds to the list the value of the 'Device Type' containment reference list
 void AadlPackageSection.addDeviceType(DeviceType value)
          Adds to the list the value of the 'Device Type' containment reference list
 

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

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type DeviceType
 void AadlSpecImpl.addDeviceType(DeviceType newDeviceType)
          phf: add element to multiplicity EList
 void AadlPackageSectionImpl.addDeviceType(DeviceType newDeviceType)
          phf: add element to multiplicity EList