de.cau.cs.kieler.esterel.esterel
Interface IfTest

All Superinterfaces:
EObject, Notifier, Statement
All Known Implementing Classes:
IfTestImpl

public interface IfTest
extends Statement

A representation of the model object 'If Test'.

The following features are supported:

See Also:
EsterelPackage.getIfTest()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 ElsIfPart getElseIf()
          Returns the value of the 'Else If' containment reference.
 ElsePart getElsePart()
          Returns the value of the 'Else Part' containment reference.
 DataExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 ThenPart getThenPart()
          Returns the value of the 'Then Part' containment reference.
 void setElseIf(ElsIfPart value)
          Sets the value of the 'Else If' containment reference.
 void setElsePart(ElsePart value)
          Sets the value of the 'Else Part' containment reference.
 void setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void setThenPart(ThenPart value)
          Sets the value of the 'Then Part' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getExpr

DataExpr getExpr()
Returns the value of the 'Expr' containment reference.

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

Returns:
the value of the 'Expr' containment reference.
See Also:
setExpr(DataExpr), EsterelPackage.getIfTest_Expr()
Generated:
This code was automatically generated.
Model element:
containment=true

setExpr

void setExpr(DataExpr value)
Sets the value of the 'Expr' containment reference.

Parameters:
value - the new value of the 'Expr' containment reference.
See Also:
getExpr()
Generated:
This code was automatically generated.

getThenPart

ThenPart getThenPart()
Returns the value of the 'Then Part' containment reference.

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

Returns:
the value of the 'Then Part' containment reference.
See Also:
setThenPart(ThenPart), EsterelPackage.getIfTest_ThenPart()
Generated:
This code was automatically generated.
Model element:
containment=true

setThenPart

void setThenPart(ThenPart value)
Sets the value of the 'Then Part' containment reference.

Parameters:
value - the new value of the 'Then Part' containment reference.
See Also:
getThenPart()
Generated:
This code was automatically generated.

getElseIf

ElsIfPart getElseIf()
Returns the value of the 'Else If' containment reference.

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

Returns:
the value of the 'Else If' containment reference.
See Also:
setElseIf(ElsIfPart), EsterelPackage.getIfTest_ElseIf()
Generated:
This code was automatically generated.
Model element:
containment=true

setElseIf

void setElseIf(ElsIfPart value)
Sets the value of the 'Else If' containment reference.

Parameters:
value - the new value of the 'Else If' containment reference.
See Also:
getElseIf()
Generated:
This code was automatically generated.

getElsePart

ElsePart getElsePart()
Returns the value of the 'Else Part' containment reference.

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

Returns:
the value of the 'Else Part' containment reference.
See Also:
setElsePart(ElsePart), EsterelPackage.getIfTest_ElsePart()
Generated:
This code was automatically generated.
Model element:
containment=true

setElsePart

void setElsePart(ElsePart value)
Sets the value of the 'Else Part' containment reference.

Parameters:
value - the new value of the 'Else Part' containment reference.
See Also:
getElsePart()
Generated:
This code was automatically generated.