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

Packages that use ProcessImpl
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
 

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

Methods in edu.cmu.sei.aadl.model.component that return ProcessImpl
 ProcessImpl ComponentFactory.createProcessImpl()
          Returns a new object of class 'Process Impl'
 ProcessImpl ProcessImpl.getExtend()
          Returns the value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type ProcessImpl
 void ProcessType.addImplementations(ProcessImpl value)
          Adds to the list the value of the 'Implementations' reference list
 void ProcessImpl.setExtend(ProcessImpl value)
          Sets the value of the 'Extend' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement ProcessImpl
 class ProcessImplImpl
          An implementation of the model object 'Process Impl'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as ProcessImpl
protected  ProcessImpl ProcessImplImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return ProcessImpl
 ProcessImpl ProcessImplImpl.basicGetExtend()
           
 ProcessImpl ComponentFactoryImpl.createProcessImpl()
           
 ProcessImpl ProcessImplImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ProcessImpl
 void ProcessTypeImpl.addImplementations(ProcessImpl newImplementations)
          phf: add element to multiplicity EList
 void ProcessImplImpl.setExtend(ProcessImpl newExtend)
           
 

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

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

Uses of ProcessImpl in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type ProcessImpl
 void AadlSpec.addProcessImpl(ProcessImpl value)
          Adds to the list the value of the 'Process Impl' containment reference list
 void AadlPackageSection.addProcessImpl(ProcessImpl value)
          Adds to the list the value of the 'Process Impl' containment reference list
 

Uses of ProcessImpl in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type ProcessImpl
 void AadlSpecImpl.addProcessImpl(ProcessImpl newProcessImpl)
          phf: add element to multiplicity EList
 void AadlPackageSectionImpl.addProcessImpl(ProcessImpl newProcessImpl)
          phf: add element to multiplicity EList