|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IfStatement
A representation of the model object 'If Statement'.
The following features are supported:
AadlBaPackage.getIfStatement()
Field Summary |
---|
Fields inherited from interface org.osate.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
ElseStatement |
getElseStatement()
Returns the value of the 'Else Statement' containment reference |
ValueExpression |
getLogicalValueExpression()
Returns the value of the 'Logical Value Expression' containment reference |
boolean |
isElif()
Returns the value of the 'Elif' attribute. |
void |
setElif(boolean value)
Sets the value of the ' Elif ' attribute |
void |
setElseStatement(ElseStatement value)
Sets the value of the ' Else Statement ' containment reference |
void |
setLogicalValueExpression(ValueExpression value)
Sets the value of the ' Logical Value Expression ' containment reference |
Methods inherited from interface fr.tpt.aadl.annex.behavior.aadlba.CondStatement |
---|
getBehaviorActions, setBehaviorActions |
Methods inherited from interface org.osate.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface org.osate.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
ValueExpression getLogicalValueExpression()
If the meaning of the 'Logical Value Expression' containment reference isn't clear, there really should be more of a description here...
setLogicalValueExpression(ValueExpression)
,
AadlBaPackage.getIfStatement_LogicalValueExpression()
void setLogicalValueExpression(ValueExpression value)
Logical Value Expression
' containment reference.
value
- the new value of the 'Logical Value Expression' containment reference.getLogicalValueExpression()
boolean isElif()
"false"
.
If the meaning of the 'Elif' attribute isn't clear, there really should be more of a description here...
setElif(boolean)
,
AadlBaPackage.getIfStatement_Elif()
void setElif(boolean value)
Elif
' attribute.
value
- the new value of the 'Elif' attribute.isElif()
ElseStatement getElseStatement()
If the meaning of the 'Else Statement' containment reference isn't clear, there really should be more of a description here...
setElseStatement(ElseStatement)
,
AadlBaPackage.getIfStatement_ElseStatement()
void setElseStatement(ElseStatement value)
Else Statement
' containment reference.
value
- the new value of the 'Else Statement' containment reference.getElseStatement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |