|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessType | |
---|---|
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 ProcessType in edu.cmu.sei.aadl.model.component |
---|
Methods in edu.cmu.sei.aadl.model.component that return ProcessType | |
---|---|
ProcessType |
ComponentFactory.createProcessType()
Returns a new object of class 'Process Type' |
ProcessType |
ProcessImpl.getCompType()
Returns the value of the 'Comp Type' reference. |
ProcessType |
ProcessType.getExtend()
Returns the value of the 'Extend' reference |
Methods in edu.cmu.sei.aadl.model.component with parameters of type ProcessType | |
---|---|
void |
ProcessImpl.setCompType(ProcessType value)
Sets the value of the ' Comp Type ' reference |
void |
ProcessType.setExtend(ProcessType value)
Sets the value of the ' Extend ' reference |
Uses of ProcessType in edu.cmu.sei.aadl.model.component.impl |
---|
Classes in edu.cmu.sei.aadl.model.component.impl that implement ProcessType | |
---|---|
class |
ProcessTypeImpl
An implementation of the model object 'Process Type' |
Fields in edu.cmu.sei.aadl.model.component.impl declared as ProcessType | |
---|---|
protected ProcessType |
ProcessImplImpl.compType
The cached value of the ' Comp Type ' reference |
protected ProcessType |
ProcessTypeImpl.extend
The cached value of the ' Extend ' reference |
Methods in edu.cmu.sei.aadl.model.component.impl that return ProcessType | |
---|---|
ProcessType |
ProcessImplImpl.basicGetCompType()
|
ProcessType |
ProcessTypeImpl.basicGetExtend()
|
ProcessType |
ComponentFactoryImpl.createProcessType()
|
ProcessType |
ProcessImplImpl.getCompType()
|
ProcessType |
ProcessTypeImpl.getExtend()
|
Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type ProcessType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProcessImplImpl.basicSetCompType(ProcessType newCompType,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ProcessImplImpl.setCompType(ProcessType newCompType)
phf: we want an add version for EList |
void |
ProcessTypeImpl.setExtend(ProcessType newExtend)
|
Uses of ProcessType in edu.cmu.sei.aadl.model.component.util |
---|
Methods in edu.cmu.sei.aadl.model.component.util with parameters of type ProcessType | |
---|---|
java.lang.Object |
ComponentSwitch.caseProcessType(ProcessType object)
Returns the result of interpretting the object as an instance of 'Process Type' |
Uses of ProcessType in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core with parameters of type ProcessType | |
---|---|
void |
AadlSpec.addProcessType(ProcessType value)
Adds to the list the value of the ' Process Type ' containment reference list |
void |
AadlPackageSection.addProcessType(ProcessType value)
Adds to the list the value of the ' Process Type ' containment reference list |
Uses of ProcessType in edu.cmu.sei.aadl.model.core.impl |
---|
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type ProcessType | |
---|---|
void |
AadlSpecImpl.addProcessType(ProcessType newProcessType)
phf: add element to multiplicity EList |
void |
AadlPackageSectionImpl.addProcessType(ProcessType newProcessType)
phf: add element to multiplicity EList |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |