de.uka.ipd.sdq.stoex
Interface BooleanOperatorExpression

All Superinterfaces:
BooleanExpression, Expression, IfElse
All Known Implementing Classes:
BooleanOperatorExpressionImpl

public interface BooleanOperatorExpression
extends BooleanExpression

A representation of the model object 'Boolean Operator Expression'.

The following features are supported:

See Also:
StoexPackage.getBooleanOperatorExpression()

Field Summary
static String copyright
           
 
Method Summary
 BooleanExpression getLeft()
          Returns the value of the 'Left' containment reference.
 BooleanOperations getOperation()
          Returns the value of the 'Operation' attribute.
 BooleanExpression getRight()
          Returns the value of the 'Right' containment reference.
 void setLeft(BooleanExpression value)
          Sets the value of the 'Left' containment reference.
 void setOperation(BooleanOperations value)
          Sets the value of the 'Operation' attribute.
 void setRight(BooleanExpression value)
          Sets the value of the 'Right' containment reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getLeft

BooleanExpression getLeft()
Returns the value of the 'Left' containment reference.

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

Returns:
the value of the 'Left' containment reference.
See Also:
setLeft(BooleanExpression), StoexPackage.getBooleanOperatorExpression_Left()

setLeft

void setLeft(BooleanExpression value)
Sets the value of the 'Left' containment reference.

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

getRight

BooleanExpression getRight()
Returns the value of the 'Right' containment reference.

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

Returns:
the value of the 'Right' containment reference.
See Also:
setRight(BooleanExpression), StoexPackage.getBooleanOperatorExpression_Right()

setRight

void setRight(BooleanExpression value)
Sets the value of the 'Right' containment reference.

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

getOperation

BooleanOperations getOperation()
Returns the value of the 'Operation' attribute. The literals are from the enumeration BooleanOperations.

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

Returns:
the value of the 'Operation' attribute.
See Also:
BooleanOperations, setOperation(BooleanOperations), StoexPackage.getBooleanOperatorExpression_Operation()

setOperation

void setOperation(BooleanOperations value)
Sets the value of the 'Operation' attribute.

Parameters:
value - the new value of the 'Operation' attribute.
See Also:
BooleanOperations, getOperation()