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

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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return MemoryClassifier
 MemoryClassifier MemorySubcomponent.getMemoryClassifier()
          Returns the value of the 'Memory Classifier' reference.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type MemoryClassifier
 void MemorySubcomponent.setMemoryClassifier(MemoryClassifier value)
          Sets the value of the 'Memory Classifier' reference
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return MemoryClassifier
 MemoryClassifier MemorySubcomponentImpl.basicGetMemoryClassifier()
           
 MemoryClassifier MemorySubcomponentImpl.getMemoryClassifier()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type MemoryClassifier
 void MemorySubcomponentImpl.setMemoryClassifier(MemoryClassifier newMemoryClassifier)
           
 

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

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