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

Packages that use MemorySubcomponents
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
 

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

Methods in edu.cmu.sei.aadl.model.component that return MemorySubcomponents
 MemorySubcomponents ComponentFactory.createMemorySubcomponents()
          Returns a new object of class 'Memory Subcomponents'
 MemorySubcomponents MemoryImpl.getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type MemorySubcomponents
 void MemoryImpl.setSubcomponents(MemorySubcomponents value)
          Sets the value of the 'Subcomponents' containment reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement MemorySubcomponents
 class MemorySubcomponentsImpl
          An implementation of the model object 'Memory Subcomponents'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as MemorySubcomponents
protected  MemorySubcomponents MemoryImplImpl.subcomponents
          The cached value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return MemorySubcomponents
 MemorySubcomponents ComponentFactoryImpl.createMemorySubcomponents()
           
 MemorySubcomponents MemoryImplImpl.getSubcomponents()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type MemorySubcomponents
 org.eclipse.emf.common.notify.NotificationChain MemoryImplImpl.basicSetSubcomponents(MemorySubcomponents newSubcomponents, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MemoryImplImpl.setSubcomponents(MemorySubcomponents newSubcomponents)
           
 

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

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