|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSubcomponent | |
---|---|
edu.cmu.sei.aadl.model.component | |
edu.cmu.sei.aadl.model.component.impl | |
edu.cmu.sei.aadl.model.component.util |
Uses of DataSubcomponent in edu.cmu.sei.aadl.model.component |
---|
Methods in edu.cmu.sei.aadl.model.component that return DataSubcomponent | |
---|---|
DataSubcomponent |
ComponentFactory.createDataSubcomponent()
Returns a new object of class 'Data Subcomponent' |
DataSubcomponent |
DataSubcomponent.getRefines()
Returns the value of the 'Refines' reference |
Methods in edu.cmu.sei.aadl.model.component with parameters of type DataSubcomponent | |
---|---|
void |
ThreadGroupSubcomponents.addDataSubcomponent(DataSubcomponent value)
Adds to the list the value of the ' Data Subcomponent ' containment reference list |
void |
ProcessSubcomponents.addDataSubcomponent(DataSubcomponent value)
Adds to the list the value of the ' Data Subcomponent ' containment reference list |
void |
DataSubcomponents.addDataSubcomponent(DataSubcomponent value)
Adds to the list the value of the ' Data Subcomponent ' containment reference list |
void |
SystemSubcomponents.addDataSubcomponent(DataSubcomponent value)
Adds to the list the value of the ' Data Subcomponent ' containment reference list |
void |
ThreadSubcomponents.addDataSubcomponent(DataSubcomponent value)
Adds to the list the value of the ' Data Subcomponent ' containment reference list |
void |
DataSubcomponent.setRefines(DataSubcomponent value)
Sets the value of the ' Refines ' reference |
Uses of DataSubcomponent in edu.cmu.sei.aadl.model.component.impl |
---|
Classes in edu.cmu.sei.aadl.model.component.impl that implement DataSubcomponent | |
---|---|
class |
DataSubcomponentImpl
An implementation of the model object 'Data Subcomponent' |
Fields in edu.cmu.sei.aadl.model.component.impl declared as DataSubcomponent | |
---|---|
protected DataSubcomponent |
DataSubcomponentImpl.refines
The cached value of the ' Refines ' reference |
Methods in edu.cmu.sei.aadl.model.component.impl that return DataSubcomponent | |
---|---|
DataSubcomponent |
DataSubcomponentImpl.basicGetRefines()
|
DataSubcomponent |
ComponentFactoryImpl.createDataSubcomponent()
|
DataSubcomponent |
DataSubcomponentImpl.getRefines()
|
Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DataSubcomponent | |
---|---|
void |
ThreadSubcomponentsImpl.addDataSubcomponent(DataSubcomponent newDataSubcomponent)
phf: add element to multiplicity EList |
void |
ThreadGroupSubcomponentsImpl.addDataSubcomponent(DataSubcomponent newDataSubcomponent)
phf: add element to multiplicity EList |
void |
SystemSubcomponentsImpl.addDataSubcomponent(DataSubcomponent newDataSubcomponent)
phf: add element to multiplicity EList |
void |
ProcessSubcomponentsImpl.addDataSubcomponent(DataSubcomponent newDataSubcomponent)
phf: add element to multiplicity EList |
void |
DataSubcomponentsImpl.addDataSubcomponent(DataSubcomponent newDataSubcomponent)
phf: add element to multiplicity EList |
void |
DataSubcomponentImpl.setRefines(DataSubcomponent newRefines)
phf: we want an add version for EList |
Uses of DataSubcomponent in edu.cmu.sei.aadl.model.component.util |
---|
Methods in edu.cmu.sei.aadl.model.component.util with parameters of type DataSubcomponent | |
---|---|
java.lang.Object |
ComponentSwitch.caseDataSubcomponent(DataSubcomponent object)
Returns the result of interpretting the object as an instance of 'Data Subcomponent' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |