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

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

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

Methods in edu.cmu.sei.aadl.model.component that return SystemSubcomponents
 SystemSubcomponents ComponentFactory.createSystemSubcomponents()
          Returns a new object of class 'System Subcomponents'
 SystemSubcomponents SystemImpl.getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type SystemSubcomponents
 void SystemImpl.setSubcomponents(SystemSubcomponents value)
          Sets the value of the 'Subcomponents' containment reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement SystemSubcomponents
 class SystemSubcomponentsImpl
          An implementation of the model object 'System Subcomponents'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as SystemSubcomponents
protected  SystemSubcomponents SystemImplImpl.subcomponents
          The cached value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return SystemSubcomponents
 SystemSubcomponents ComponentFactoryImpl.createSystemSubcomponents()
           
 SystemSubcomponents SystemImplImpl.getSubcomponents()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type SystemSubcomponents
 org.eclipse.emf.common.notify.NotificationChain SystemImplImpl.basicSetSubcomponents(SystemSubcomponents newSubcomponents, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SystemImplImpl.setSubcomponents(SystemSubcomponents newSubcomponents)
           
 

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

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