de.uka.ipd.sdq.stoex
Interface CompareExpression

All Superinterfaces:
BooleanExpression, Comparison, Expression, IfElse
All Known Implementing Classes:
CompareExpressionImpl

public interface CompareExpression
extends Comparison

A representation of the model object 'Compare Expression'.

The following features are supported:

See Also:
StoexPackage.getCompareExpression()

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

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getLeft

Term 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(Term), StoexPackage.getCompareExpression_Left()

setLeft

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

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

getRight

Term 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(Term), StoexPackage.getCompareExpression_Right()

setRight

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

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

getOperation

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

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:
CompareOperations, setOperation(CompareOperations), StoexPackage.getCompareExpression_Operation()

setOperation

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

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