fr.tpt.aadl.annex.behavior.aadlba
Interface WhileOrDoUntilStatement

All Superinterfaces:
org.osate.aadl2.parsesupport.AObject, BehaviorAction, BehaviorActions, BehaviorElement, CondStatement, org.osate.aadl2.Element, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, LoopStatement, org.eclipse.emf.common.notify.Notifier

public interface WhileOrDoUntilStatement
extends LoopStatement

A representation of the model object 'While Or Do Until Statement'.

The following features are supported:

See Also:
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

getLogicalValueExpression

ValueExpression getLogicalValueExpression()
Returns the value of the 'Logical Value Expression' containment reference.

If the meaning of the 'Logical Value Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Logical Value Expression' containment reference.
See Also:
setLogicalValueExpression(ValueExpression), AadlBaPackage.getWhileOrDoUntilStatement_LogicalValueExpression()

setLogicalValueExpression

void setLogicalValueExpression(ValueExpression value)
Sets the value of the 'Logical Value Expression' containment reference.

Parameters:
value - the new value of the 'Logical Value Expression' containment reference.
See Also:
getLogicalValueExpression()

isDoUntil

boolean isDoUntil()
Returns the value of the 'Do Until' attribute. The default value is "false".

If the meaning of the 'Do Until' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Do Until' attribute.
See Also:
setDoUntil(boolean), AadlBaPackage.getWhileOrDoUntilStatement_DoUntil()

setDoUntil

void setDoUntil(boolean value)
Sets the value of the 'Do Until' attribute.

Parameters:
value - the new value of the 'Do Until' attribute.
See Also:
isDoUntil()