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

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

public interface IfStatement
extends CondStatement, ElseStatement

A representation of the model object 'If Statement'.

The following features are supported:

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

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.getIfStatement_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()

isElif

boolean isElif()
Returns the value of the 'Elif' attribute. The default value is "false".

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

Returns:
the value of the 'Elif' attribute.
See Also:
setElif(boolean), AadlBaPackage.getIfStatement_Elif()

setElif

void setElif(boolean value)
Sets the value of the 'Elif' attribute.

Parameters:
value - the new value of the 'Elif' attribute.
See Also:
isElif()

getElseStatement

ElseStatement getElseStatement()
Returns the value of the 'Else Statement' containment reference.

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

Returns:
the value of the 'Else Statement' containment reference.
See Also:
setElseStatement(ElseStatement), AadlBaPackage.getIfStatement_ElseStatement()

setElseStatement

void setElseStatement(ElseStatement value)
Sets the value of the 'Else Statement' containment reference.

Parameters:
value - the new value of the 'Else Statement' containment reference.
See Also:
getElseStatement()