de.uka.ipd.sdq.stoex
Interface IfElseExpression

All Superinterfaces:
Expression, IfElse
All Known Implementing Classes:
IfElseExpressionImpl

public interface IfElseExpression
extends IfElse

A representation of the model object 'If Else Expression'.

The following features are supported:

See Also:
StoexPackage.getIfElseExpression()

Field Summary
static String copyright
           
 
Method Summary
 BooleanExpression getConditionExpression()
          Returns the value of the 'Condition Expression' containment reference.
 BooleanExpression getElseExpression()
          Returns the value of the 'Else Expression' containment reference.
 BooleanExpression getIfExpression()
          Returns the value of the 'If Expression' containment reference.
 void setConditionExpression(BooleanExpression value)
          Sets the value of the 'Condition Expression' containment reference.
 void setElseExpression(BooleanExpression value)
          Sets the value of the 'Else Expression' containment reference.
 void setIfExpression(BooleanExpression value)
          Sets the value of the 'If Expression' containment reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getIfExpression

BooleanExpression getIfExpression()
Returns the value of the 'If Expression' containment reference.

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

Returns:
the value of the 'If Expression' containment reference.
See Also:
setIfExpression(BooleanExpression), StoexPackage.getIfElseExpression_IfExpression()

setIfExpression

void setIfExpression(BooleanExpression value)
Sets the value of the 'If Expression' containment reference.

Parameters:
value - the new value of the 'If Expression' containment reference.
See Also:
getIfExpression()

getElseExpression

BooleanExpression getElseExpression()
Returns the value of the 'Else Expression' containment reference.

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

Returns:
the value of the 'Else Expression' containment reference.
See Also:
setElseExpression(BooleanExpression), StoexPackage.getIfElseExpression_ElseExpression()

setElseExpression

void setElseExpression(BooleanExpression value)
Sets the value of the 'Else Expression' containment reference.

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

getConditionExpression

BooleanExpression getConditionExpression()
Returns the value of the 'Condition Expression' containment reference.

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

Returns:
the value of the 'Condition Expression' containment reference.
See Also:
setConditionExpression(BooleanExpression), StoexPackage.getIfElseExpression_ConditionExpression()

setConditionExpression

void setConditionExpression(BooleanExpression value)
Sets the value of the 'Condition Expression' containment reference.

Parameters:
value - the new value of the 'Condition Expression' containment reference.
See Also:
getConditionExpression()