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