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