|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubprogramImpl
A representation of the model object 'Subprogram Impl'.
The following features are supported:
ComponentPackage.getSubprogramImpl()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
CallSequences |
getCallSequences()
Returns the value of the 'Call Sequences' containment reference |
SubprogramType |
getCompType()
Returns the value of the 'Comp Type' reference. |
SubprogramImpl |
getExtend()
Returns the value of the 'Extend' reference |
SubprogramSubcomponents |
getSubcomponents()
Returns the value of the 'Subcomponents' containment reference |
boolean |
isSetExtend()
Returns whether the value of the ' Extend ' reference is set |
void |
setCallSequences(CallSequences value)
Sets the value of the ' Call Sequences ' containment reference |
void |
setCompType(SubprogramType value)
Sets the value of the ' Comp Type ' reference |
void |
setExtend(SubprogramImpl value)
Sets the value of the ' Extend ' reference |
void |
setSubcomponents(SubprogramSubcomponents value)
Sets the value of the ' Subcomponents ' containment reference |
void |
unsetExtend()
Unsets the value of the ' Extend ' reference |
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentClassifier |
---|
checkAppliesToClassifier, getCategory, isDescendentOf |
Methods inherited from interface edu.cmu.sei.aadl.model.core.Classifier |
---|
addAnnexSubclause, getAllPropertyAssociation, getAnnexSubclause, getExtendedClassifierReference, getExtendedQualifiedName, getPackageName, getXAllExtend, getXAllExtendPlusSelf, getXExtend, hasExtends, setExtendedClassifierReference |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
SubprogramType getCompType()
Implementations
'.
If the meaning of the 'Comp Type' reference isn't clear, there really should be more of a description here...
setCompType(SubprogramType)
,
ComponentPackage.getSubprogramImpl_CompType()
,
SubprogramType.getImplementations()
void setCompType(SubprogramType value)
Comp Type
' reference.
value
- the new value of the 'Comp Type' reference.getCompType()
SubprogramImpl getExtend()
If the meaning of the 'Extend' reference isn't clear, there really should be more of a description here...
isSetExtend()
,
unsetExtend()
,
setExtend(SubprogramImpl)
,
ComponentPackage.getSubprogramImpl_Extend()
void setExtend(SubprogramImpl value)
Extend
' reference.
value
- the new value of the 'Extend' reference.isSetExtend()
,
unsetExtend()
,
getExtend()
void unsetExtend()
Extend
' reference.
isSetExtend()
,
getExtend()
,
setExtend(SubprogramImpl)
boolean isSetExtend()
Extend
' reference is set.
unsetExtend()
,
getExtend()
,
setExtend(SubprogramImpl)
SubprogramSubcomponents getSubcomponents()
If the meaning of the 'Subcomponents' containment reference isn't clear, there really should be more of a description here...
setSubcomponents(SubprogramSubcomponents)
,
ComponentPackage.getSubprogramImpl_Subcomponents()
void setSubcomponents(SubprogramSubcomponents value)
Subcomponents
' containment reference.
value
- the new value of the 'Subcomponents' containment reference.getSubcomponents()
CallSequences getCallSequences()
If the meaning of the 'Call Sequences' containment reference isn't clear, there really should be more of a description here...
setCallSequences(CallSequences)
,
ComponentPackage.getSubprogramImpl_CallSequences()
void setCallSequences(CallSequences value)
Call Sequences
' containment reference.
value
- the new value of the 'Call Sequences' containment reference.getCallSequences()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |