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

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

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

Subinterfaces of SystemClassifier in edu.cmu.sei.aadl.aadl2
 interface SystemImplementation
          A representation of the model object 'System Implementation'
 interface SystemType
          A representation of the model object 'System Type'
 

Methods in edu.cmu.sei.aadl.aadl2 that return SystemClassifier
 SystemClassifier SystemSubcomponent.getSystemClassifier()
          Returns the value of the 'System Classifier' reference.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type SystemClassifier
 void SystemSubcomponent.setSystemClassifier(SystemClassifier value)
          Sets the value of the 'System Classifier' reference
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return SystemClassifier
 SystemClassifier SystemSubcomponentImpl.basicGetSystemClassifier()
           
 SystemClassifier SystemSubcomponentImpl.getSystemClassifier()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type SystemClassifier
 void SystemSubcomponentImpl.setSystemClassifier(SystemClassifier newSystemClassifier)
           
 

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

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