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

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

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

Methods in edu.cmu.sei.aadl.model.component with parameters of type MemoryImpl
 void MemoryType.addImplementations(MemoryImpl value)
          Adds to the list the value of the 'Implementations' reference list
 void MemoryImpl.setExtend(MemoryImpl value)
          Sets the value of the 'Extend' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement MemoryImpl
 class MemoryImplImpl
          An implementation of the model object 'Memory Impl'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as MemoryImpl
protected  MemoryImpl MemoryImplImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return MemoryImpl
 MemoryImpl MemoryImplImpl.basicGetExtend()
           
 MemoryImpl ComponentFactoryImpl.createMemoryImpl()
           
 MemoryImpl MemoryImplImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type MemoryImpl
 void MemoryTypeImpl.addImplementations(MemoryImpl newImplementations)
          phf: add element to multiplicity EList
 void MemoryImplImpl.setExtend(MemoryImpl newExtend)
           
 

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

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

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

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

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

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