|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataClassifier in edu.cmu.sei.aadl.model.component |
---|
Subinterfaces of DataClassifier in edu.cmu.sei.aadl.model.component | |
---|---|
interface |
DataImpl
A representation of the model object 'Data Impl' |
interface |
DataType
A representation of the model object 'Data Type' |
Methods in edu.cmu.sei.aadl.model.component that return DataClassifier | |
---|---|
DataClassifier |
ComponentFactory.createDataClassifier()
Returns a new object of class 'Data Classifier' |
DataClassifier |
DataSubcomponent.getClassifier()
Returns the value of the 'Classifier' reference |
Methods in edu.cmu.sei.aadl.model.component with parameters of type DataClassifier | |
---|---|
void |
DataSubcomponent.setClassifier(DataClassifier value)
Sets the value of the ' Classifier ' reference |
Uses of DataClassifier in edu.cmu.sei.aadl.model.component.impl |
---|
Classes in edu.cmu.sei.aadl.model.component.impl that implement DataClassifier | |
---|---|
class |
DataClassifierImpl
An implementation of the model object 'Data Classifier' |
class |
DataImplImpl
An implementation of the model object 'Data Impl' |
class |
DataTypeImpl
An implementation of the model object 'Data Type' |
Fields in edu.cmu.sei.aadl.model.component.impl declared as DataClassifier | |
---|---|
protected DataClassifier |
DataSubcomponentImpl.classifier
The cached value of the ' Classifier ' reference |
Methods in edu.cmu.sei.aadl.model.component.impl that return DataClassifier | |
---|---|
DataClassifier |
DataSubcomponentImpl.basicGetClassifier()
|
DataClassifier |
ComponentFactoryImpl.createDataClassifier()
|
DataClassifier |
DataSubcomponentImpl.getClassifier()
|
Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DataClassifier | |
---|---|
void |
DataSubcomponentImpl.setClassifier(DataClassifier newClassifier)
phf: we want an add version for EList |
Uses of DataClassifier in edu.cmu.sei.aadl.model.component.util |
---|
Methods in edu.cmu.sei.aadl.model.component.util with parameters of type DataClassifier | |
---|---|
java.lang.Object |
ComponentSwitch.caseDataClassifier(DataClassifier object)
Returns the result of interpretting the object as an instance of 'Data Classifier' |
Uses of DataClassifier in edu.cmu.sei.aadl.model.feature |
---|
Methods in edu.cmu.sei.aadl.model.feature that return DataClassifier | |
---|---|
DataClassifier |
DataAccess.getAllDataClassifier()
Returns the component classifier object for the data access feature. |
DataClassifier |
DataPort.getDataClassifier()
Returns the value of the 'Data Classifier' reference |
DataClassifier |
EventDataPort.getDataClassifier()
Returns the value of the 'Data Classifier' reference |
DataClassifier |
DataAccess.getDataClassifier()
Returns the value of the 'Data Classifier' reference |
DataClassifier |
Parameter.getDataClassifier()
Returns the value of the 'Data Classifier' reference |
Methods in edu.cmu.sei.aadl.model.feature with parameters of type DataClassifier | |
---|---|
void |
DataPort.setDataClassifier(DataClassifier value)
Sets the value of the ' Data Classifier ' reference |
void |
EventDataPort.setDataClassifier(DataClassifier value)
Sets the value of the ' Data Classifier ' reference |
void |
DataAccess.setDataClassifier(DataClassifier value)
Sets the value of the ' Data Classifier ' reference |
void |
Parameter.setDataClassifier(DataClassifier value)
Sets the value of the ' Data Classifier ' reference |
Uses of DataClassifier in edu.cmu.sei.aadl.model.feature.impl |
---|
Fields in edu.cmu.sei.aadl.model.feature.impl declared as DataClassifier | |
---|---|
protected DataClassifier |
ParameterImpl.dataClassifier
The cached value of the ' Data Classifier ' reference |
protected DataClassifier |
EventDataPortImpl.dataClassifier
The cached value of the ' Data Classifier ' reference |
protected DataClassifier |
DataPortImpl.dataClassifier
The cached value of the ' Data Classifier ' reference |
protected DataClassifier |
DataAccessImpl.dataClassifier
The cached value of the ' Data Classifier ' reference |
Methods in edu.cmu.sei.aadl.model.feature.impl that return DataClassifier | |
---|---|
DataClassifier |
ParameterImpl.basicGetDataClassifier()
|
DataClassifier |
EventDataPortImpl.basicGetDataClassifier()
|
DataClassifier |
DataPortImpl.basicGetDataClassifier()
|
DataClassifier |
DataAccessImpl.basicGetDataClassifier()
|
DataClassifier |
DataAccessImpl.getAllDataClassifier()
Returns the component classifier object for the data access feature. |
DataClassifier |
ParameterImpl.getDataClassifier()
|
DataClassifier |
EventDataPortImpl.getDataClassifier()
|
DataClassifier |
DataPortImpl.getDataClassifier()
|
DataClassifier |
DataAccessImpl.getDataClassifier()
|
Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type DataClassifier | |
---|---|
void |
ParameterImpl.setDataClassifier(DataClassifier newDataClassifier)
|
void |
EventDataPortImpl.setDataClassifier(DataClassifier newDataClassifier)
phf: we want an add version for EList |
void |
DataPortImpl.setDataClassifier(DataClassifier newDataClassifier)
phf: we want an add version for EList |
void |
DataAccessImpl.setDataClassifier(DataClassifier newDataClassifier)
phf: we want an add version for EList |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |