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

Packages that use MemoryClassifier
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
 

Uses of MemoryClassifier in edu.cmu.sei.aadl.model.component
 

Subinterfaces of MemoryClassifier in edu.cmu.sei.aadl.model.component
 interface MemoryImpl
          A representation of the model object 'Memory Impl'
 interface MemoryType
          A representation of the model object 'Memory Type'
 

Methods in edu.cmu.sei.aadl.model.component that return MemoryClassifier
 MemoryClassifier ComponentFactory.createMemoryClassifier()
          Returns a new object of class 'Memory Classifier'
 MemoryClassifier MemorySubcomponent.getClassifier()
          Returns the value of the 'Classifier' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type MemoryClassifier
 void MemorySubcomponent.setClassifier(MemoryClassifier value)
          Sets the value of the 'Classifier' reference
 

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

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

Fields in edu.cmu.sei.aadl.model.component.impl declared as MemoryClassifier
protected  MemoryClassifier MemorySubcomponentImpl.classifier
          The cached value of the 'Classifier' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return MemoryClassifier
 MemoryClassifier MemorySubcomponentImpl.basicGetClassifier()
           
 MemoryClassifier ComponentFactoryImpl.createMemoryClassifier()
           
 MemoryClassifier MemorySubcomponentImpl.getClassifier()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type MemoryClassifier
 void MemorySubcomponentImpl.setClassifier(MemoryClassifier newClassifier)
          phf: we want an add version for EList
 

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

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