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

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

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

Subinterfaces of SystemClassifier in edu.cmu.sei.aadl.model.component
 interface SystemImpl
          A representation of the model object 'System Impl'
 interface SystemType
          A representation of the model object 'System Type'
 

Methods in edu.cmu.sei.aadl.model.component that return SystemClassifier
 SystemClassifier ComponentFactory.createSystemClassifier()
          Returns a new object of class 'System Classifier'
 SystemClassifier SystemSubcomponent.getClassifier()
          Returns the value of the 'Classifier' reference
 

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

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement SystemClassifier
 class SystemClassifierImpl
          An implementation of the model object 'System Classifier'
 class SystemImplImpl
          An implementation of the model object 'System Impl'
 class SystemTypeImpl
          An implementation of the model object 'System Type'
 

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

Methods in edu.cmu.sei.aadl.model.component.impl that return SystemClassifier
 SystemClassifier SystemSubcomponentImpl.basicGetClassifier()
           
 SystemClassifier ComponentFactoryImpl.createSystemClassifier()
           
 SystemClassifier SystemSubcomponentImpl.getClassifier()
           
 

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

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

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