|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subprogram | |
---|---|
edu.cmu.sei.aadl.model.component | |
edu.cmu.sei.aadl.model.component.impl | |
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. |
edu.cmu.sei.aadl.model.feature | |
edu.cmu.sei.aadl.model.feature.impl | |
edu.cmu.sei.aadl.model.feature.util |
Uses of Subprogram in edu.cmu.sei.aadl.model.component |
---|
Methods in edu.cmu.sei.aadl.model.component that return Subprogram | |
---|---|
Subprogram |
SubprogramSubcomponent.getDataSubprogram()
Returns the value of the 'Data Subprogram' reference |
Methods in edu.cmu.sei.aadl.model.component with parameters of type Subprogram | |
---|---|
void |
SubprogramSubcomponent.setDataSubprogram(Subprogram value)
Sets the value of the ' Data Subprogram ' reference |
Uses of Subprogram in edu.cmu.sei.aadl.model.component.impl |
---|
Fields in edu.cmu.sei.aadl.model.component.impl declared as Subprogram | |
---|---|
protected Subprogram |
SubprogramSubcomponentImpl.dataSubprogram
The cached value of the ' Data Subprogram ' reference |
Methods in edu.cmu.sei.aadl.model.component.impl that return Subprogram | |
---|---|
Subprogram |
SubprogramSubcomponentImpl.basicGetDataSubprogram()
|
Subprogram |
SubprogramSubcomponentImpl.getDataSubprogram()
|
Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type Subprogram | |
---|---|
void |
SubprogramSubcomponentImpl.setDataSubprogram(Subprogram newDataSubprogram)
phf: we want an add version for EList |
Uses of Subprogram in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core with parameters of type Subprogram | |
---|---|
void |
RefinesType.addSubprogram(Subprogram value)
Adds to the list the value of the ' Subprogram ' containment reference list |
Uses of Subprogram in edu.cmu.sei.aadl.model.core.impl |
---|
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type Subprogram | |
---|---|
void |
RefinesTypeImpl.addSubprogram(Subprogram newSubprogram)
phf: add element to multiplicity EList |
Uses of Subprogram in edu.cmu.sei.aadl.model.feature |
---|
Methods in edu.cmu.sei.aadl.model.feature that return Subprogram | |
---|---|
Subprogram |
FeatureFactory.createSubprogram()
Returns a new object of class 'Subprogram' |
Subprogram |
Subprogram.getRefines()
Returns the value of the 'Refines' reference |
Subprogram |
ServerSubprogram.getSubprogram()
Returns the value of the 'Subprogram' reference |
Methods in edu.cmu.sei.aadl.model.feature with parameters of type Subprogram | |
---|---|
void |
DataFeatures.addSubprogram(Subprogram value)
Adds to the list the value of the ' Subprogram ' containment reference list |
void |
Subprogram.setRefines(Subprogram value)
Sets the value of the ' Refines ' reference |
void |
ServerSubprogram.setSubprogram(Subprogram value)
Sets the value of the ' Subprogram ' reference |
Uses of Subprogram in edu.cmu.sei.aadl.model.feature.impl |
---|
Classes in edu.cmu.sei.aadl.model.feature.impl that implement Subprogram | |
---|---|
class |
SubprogramImpl
An implementation of the model object 'Subprogram' |
Fields in edu.cmu.sei.aadl.model.feature.impl declared as Subprogram | |
---|---|
protected Subprogram |
SubprogramImpl.refines
The cached value of the ' Refines ' reference |
protected Subprogram |
ServerSubprogramImpl.subprogram
The cached value of the ' Subprogram ' reference |
Methods in edu.cmu.sei.aadl.model.feature.impl that return Subprogram | |
---|---|
Subprogram |
SubprogramImpl.basicGetRefines()
|
Subprogram |
ServerSubprogramImpl.basicGetSubprogram()
|
Subprogram |
FeatureFactoryImpl.createSubprogram()
|
Subprogram |
SubprogramImpl.getRefines()
|
Subprogram |
ServerSubprogramImpl.getSubprogram()
|
Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type Subprogram | |
---|---|
void |
DataFeaturesImpl.addSubprogram(Subprogram newSubprogram)
phf: add element to multiplicity EList |
void |
SubprogramImpl.setRefines(Subprogram newRefines)
phf: we want an add version for EList |
void |
ServerSubprogramImpl.setSubprogram(Subprogram newSubprogram)
phf: we want an add version for EList |
Uses of Subprogram in edu.cmu.sei.aadl.model.feature.util |
---|
Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type Subprogram | |
---|---|
java.lang.Object |
FeatureSwitch.caseSubprogram(Subprogram object)
Returns the result of interpretting the object as an instance of 'Subprogram' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |