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

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

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

Subinterfaces of Memory in edu.cmu.sei.aadl.aadl2
 interface MemoryClassifier
          A representation of the model object 'Memory Classifier'
 interface MemoryImplementation
          A representation of the model object 'Memory Implementation'
 interface MemorySubcomponent
          A representation of the model object 'Memory Subcomponent'
 interface MemoryType
          A representation of the model object 'Memory Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Memory
 class MemoryClassifierImpl
          An implementation of the model object 'Memory Classifier'
 class MemoryImpl
          An implementation of the model object 'Memory'
 class MemoryImplementationImpl
          An implementation of the model object 'Memory Implementation'
 class MemorySubcomponentImpl
          An implementation of the model object 'Memory Subcomponent'
 class MemoryTypeImpl
          An implementation of the model object 'Memory Type'
 

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

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