|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WhileOrDoUntilStatement
A representation of the model object 'While Or Do Until Statement'.
The following features are supported:
AadlBaPackage.getWhileOrDoUntilStatement()
Field Summary |
---|
Fields inherited from interface org.osate.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
ValueExpression |
getLogicalValueExpression()
Returns the value of the 'Logical Value Expression' containment reference |
boolean |
isDoUntil()
Returns the value of the 'Do Until' attribute. |
void |
setDoUntil(boolean value)
Sets the value of the ' Do Until ' attribute |
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.getWhileOrDoUntilStatement_LogicalValueExpression()
void setLogicalValueExpression(ValueExpression value)
Logical Value Expression
' containment reference.
value
- the new value of the 'Logical Value Expression' containment reference.getLogicalValueExpression()
boolean isDoUntil()
"false"
.
If the meaning of the 'Do Until' attribute isn't clear, there really should be more of a description here...
setDoUntil(boolean)
,
AadlBaPackage.getWhileOrDoUntilStatement_DoUntil()
void setDoUntil(boolean value)
Do Until
' attribute.
value
- the new value of the 'Do Until' attribute.isDoUntil()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |