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

Packages that use MemoryType
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 MemoryType in edu.cmu.sei.aadl.model.component
 

Methods in edu.cmu.sei.aadl.model.component that return MemoryType
 MemoryType ComponentFactory.createMemoryType()
          Returns a new object of class 'Memory Type'
 MemoryType MemoryImpl.getCompType()
          Returns the value of the 'Comp Type' reference.
 MemoryType MemoryType.getExtend()
          Returns the value of the 'Extend' reference
 

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

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement MemoryType
 class MemoryTypeImpl
          An implementation of the model object 'Memory Type'
 

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

Methods in edu.cmu.sei.aadl.model.component.impl that return MemoryType
 MemoryType MemoryImplImpl.basicGetCompType()
           
 MemoryType MemoryTypeImpl.basicGetExtend()
           
 MemoryType ComponentFactoryImpl.createMemoryType()
           
 MemoryType MemoryImplImpl.getCompType()
           
 MemoryType MemoryTypeImpl.getExtend()
           
 

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

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

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

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

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

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

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