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

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

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

Methods in edu.cmu.sei.aadl.model.component that return MemorySubcomponent
 MemorySubcomponent ComponentFactory.createMemorySubcomponent()
          Returns a new object of class 'Memory Subcomponent'
 MemorySubcomponent MemorySubcomponent.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type MemorySubcomponent
 void ProcessorSubcomponents.addMemorySubcomponent(MemorySubcomponent value)
          Adds to the list the value of the 'Memory Subcomponent' containment reference list
 void MemorySubcomponents.addMemorySubcomponent(MemorySubcomponent value)
          Adds to the list the value of the 'Memory Subcomponent' containment reference list
 void SystemSubcomponents.addMemorySubcomponent(MemorySubcomponent value)
          Adds to the list the value of the 'Memory Subcomponent' containment reference list
 void MemorySubcomponent.setRefines(MemorySubcomponent value)
          Sets the value of the 'Refines' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement MemorySubcomponent
 class MemorySubcomponentImpl
          An implementation of the model object 'Memory Subcomponent'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as MemorySubcomponent
protected  MemorySubcomponent MemorySubcomponentImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return MemorySubcomponent
 MemorySubcomponent MemorySubcomponentImpl.basicGetRefines()
           
 MemorySubcomponent ComponentFactoryImpl.createMemorySubcomponent()
           
 MemorySubcomponent MemorySubcomponentImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type MemorySubcomponent
 void SystemSubcomponentsImpl.addMemorySubcomponent(MemorySubcomponent newMemorySubcomponent)
          phf: add element to multiplicity EList
 void ProcessorSubcomponentsImpl.addMemorySubcomponent(MemorySubcomponent newMemorySubcomponent)
          phf: add element to multiplicity EList
 void MemorySubcomponentsImpl.addMemorySubcomponent(MemorySubcomponent newMemorySubcomponent)
          phf: add element to multiplicity EList
 void MemorySubcomponentImpl.setRefines(MemorySubcomponent newRefines)
          phf: we want an add version for EList
 

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

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