org.eclipse.modisco.omg.gastm
Interface ConditionalExpression

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface ConditionalExpression
extends Expression

A representation of the model object 'Conditional Expression'.

The following features are supported:

See Also:
GASTMPackage.getConditionalExpression()
Generated:
Model:

Method Summary
 Expression getCondition()
          Returns the value of the 'Condition' containment reference.
 Expression getOnFalseOperand()
          Returns the value of the 'On False Operand' containment reference.
 Expression getOnTrueOperand()
          Returns the value of the 'On True Operand' containment reference.
 void setCondition(Expression value)
          Sets the value of the 'Condition' containment reference.
 void setOnFalseOperand(Expression value)
          Sets the value of the 'On False Operand' containment reference.
 void setOnTrueOperand(Expression value)
          Sets the value of the 'On True Operand' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getCondition

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

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

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(Expression), GASTMPackage.getConditionalExpression_Condition()
Generated:
Model:
containment="true" required="true"

setCondition

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

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

getOnTrueOperand

Expression getOnTrueOperand()
Returns the value of the 'On True Operand' containment reference.

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

Returns:
the value of the 'On True Operand' containment reference.
See Also:
setOnTrueOperand(Expression), GASTMPackage.getConditionalExpression_OnTrueOperand()
Generated:
Model:
containment="true" required="true"

setOnTrueOperand

void setOnTrueOperand(Expression value)
Sets the value of the 'On True Operand' containment reference.

Parameters:
value - the new value of the 'On True Operand' containment reference.
See Also:
getOnTrueOperand()
Generated:

getOnFalseOperand

Expression getOnFalseOperand()
Returns the value of the 'On False Operand' containment reference.

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

Returns:
the value of the 'On False Operand' containment reference.
See Also:
setOnFalseOperand(Expression), GASTMPackage.getConditionalExpression_OnFalseOperand()
Generated:
Model:
containment="true" required="true"

setOnFalseOperand

void setOnFalseOperand(Expression value)
Sets the value of the 'On False Operand' containment reference.

Parameters:
value - the new value of the 'On False Operand' containment reference.
See Also:
getOnFalseOperand()
Generated: