Uses of Interface
edu.cmu.sei.aadl.aadl2.MemoryImplementation

Packages that use MemoryImplementation
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of MemoryImplementation in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return MemoryImplementation
 MemoryImplementation Aadl2Factory.createMemoryImplementation()
          Returns a new object of class 'Memory Implementation'
 MemoryImplementation PackageSection.createOwnedMemoryImplementation()
          Creates a new MemoryImplementation and appends it to the 'Owned Memory Implementation' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type MemoryImplementation
 org.eclipse.emf.common.util.EList<MemoryImplementation> PackageSection.getOwnedMemoryImplementations()
          Returns the value of the 'Owned Memory Implementation' containment reference list.
 

Uses of MemoryImplementation in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement MemoryImplementation
 class MemoryImplementationImpl
          An implementation of the model object 'Memory Implementation'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return MemoryImplementation
 MemoryImplementation Aadl2FactoryImpl.createMemoryImplementation()
           
 MemoryImplementation PackageSectionImpl.createOwnedMemoryImplementation()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type MemoryImplementation
 org.eclipse.emf.common.util.EList<MemoryImplementation> PackageSectionImpl.getOwnedMemoryImplementations()
           
 

Uses of MemoryImplementation in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type MemoryImplementation
 T Aadl2Switch.caseMemoryImplementation(MemoryImplementation object)
          Returns the result of interpreting the object as an instance of 'Memory Implementation'
 boolean Aadl2Validator.validateMemoryImplementation(MemoryImplementation memoryImplementation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)