|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeviceClassifier | |
---|---|
edu.cmu.sei.aadl.model.component | |
edu.cmu.sei.aadl.model.component.impl | |
edu.cmu.sei.aadl.model.component.util |
Uses of DeviceClassifier in edu.cmu.sei.aadl.model.component |
---|
Subinterfaces of DeviceClassifier in edu.cmu.sei.aadl.model.component | |
---|---|
interface |
DeviceImpl
A representation of the model object 'Device Impl' |
interface |
DeviceType
A representation of the model object 'Device Type' |
Methods in edu.cmu.sei.aadl.model.component that return DeviceClassifier | |
---|---|
DeviceClassifier |
ComponentFactory.createDeviceClassifier()
Returns a new object of class 'Device Classifier' |
DeviceClassifier |
DeviceSubcomponent.getClassifier()
Returns the value of the 'Classifier' reference |
Methods in edu.cmu.sei.aadl.model.component with parameters of type DeviceClassifier | |
---|---|
void |
DeviceSubcomponent.setClassifier(DeviceClassifier value)
Sets the value of the ' Classifier ' reference |
Uses of DeviceClassifier in edu.cmu.sei.aadl.model.component.impl |
---|
Classes in edu.cmu.sei.aadl.model.component.impl that implement DeviceClassifier | |
---|---|
class |
DeviceClassifierImpl
An implementation of the model object 'Device Classifier' |
class |
DeviceImplImpl
An implementation of the model object 'Device Impl' |
class |
DeviceTypeImpl
An implementation of the model object 'Device Type' |
Fields in edu.cmu.sei.aadl.model.component.impl declared as DeviceClassifier | |
---|---|
protected DeviceClassifier |
DeviceSubcomponentImpl.classifier
The cached value of the ' Classifier ' reference |
Methods in edu.cmu.sei.aadl.model.component.impl that return DeviceClassifier | |
---|---|
DeviceClassifier |
DeviceSubcomponentImpl.basicGetClassifier()
|
DeviceClassifier |
ComponentFactoryImpl.createDeviceClassifier()
|
DeviceClassifier |
DeviceSubcomponentImpl.getClassifier()
|
Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DeviceClassifier | |
---|---|
void |
DeviceSubcomponentImpl.setClassifier(DeviceClassifier newClassifier)
phf: we want an add version for EList |
Uses of DeviceClassifier in edu.cmu.sei.aadl.model.component.util |
---|
Methods in edu.cmu.sei.aadl.model.component.util with parameters of type DeviceClassifier | |
---|---|
java.lang.Object |
ComponentSwitch.caseDeviceClassifier(DeviceClassifier object)
Returns the result of interpretting the object as an instance of 'Device Classifier' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |