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

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

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

Methods in edu.cmu.sei.aadl.model.component that return ProcessSubcomponents
 ProcessSubcomponents ComponentFactory.createProcessSubcomponents()
          Returns a new object of class 'Process Subcomponents'
 ProcessSubcomponents ProcessImpl.getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 

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

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement ProcessSubcomponents
 class ProcessSubcomponentsImpl
          An implementation of the model object 'Process Subcomponents'
 

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

Methods in edu.cmu.sei.aadl.model.component.impl that return ProcessSubcomponents
 ProcessSubcomponents ComponentFactoryImpl.createProcessSubcomponents()
           
 ProcessSubcomponents ProcessImplImpl.getSubcomponents()
           
 

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

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

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