de.uka.ipd.sdq.spa.expression
Interface Alternative

All Superinterfaces:
Expression, Operation
All Known Implementing Classes:
AlternativeImpl

public interface Alternative
extends Operation

A representation of the model object 'Alternative'.

The following features are supported:

See Also:
ExpressionPackage.getAlternative()

Method Summary
 Option getLeftOption()
          Returns the value of the 'Left Option' containment reference.
 Option getRightOption()
          Returns the value of the 'Right Option' containment reference.
 void setLeftOption(Option value)
          Sets the value of the 'Left Option' containment reference.
 void setRightOption(Option value)
          Sets the value of the 'Right Option' containment reference.
 

Method Detail

getLeftOption

Option getLeftOption()
Returns the value of the 'Left Option' containment reference.

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

Returns:
the value of the 'Left Option' containment reference.
See Also:
setLeftOption(Option), ExpressionPackage.getAlternative_LeftOption()

setLeftOption

void setLeftOption(Option value)
Sets the value of the 'Left Option' containment reference.

Parameters:
value - the new value of the 'Left Option' containment reference.
See Also:
getLeftOption()

getRightOption

Option getRightOption()
Returns the value of the 'Right Option' containment reference.

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

Returns:
the value of the 'Right Option' containment reference.
See Also:
setRightOption(Option), ExpressionPackage.getAlternative_RightOption()

setRightOption

void setRightOption(Option value)
Sets the value of the 'Right Option' containment reference.

Parameters:
value - the new value of the 'Right Option' containment reference.
See Also:
getRightOption()