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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return MemoryType
 MemoryType Aadl2Factory.createMemoryType()
          Returns a new object of class 'Memory Type'
 MemoryType PackageSection.createOwnedMemoryType()
          Creates a new MemoryType and appends it to the 'Owned Memory Type' containment reference list
 MemoryType MemoryImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return MemoryType
 MemoryType MemoryImplementationImpl.basicGetType()
           
 MemoryType Aadl2FactoryImpl.createMemoryType()
           
 MemoryType PackageSectionImpl.createOwnedMemoryType()
           
 MemoryType MemoryImplementationImpl.getType()
           
 

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

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

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