de.uka.ipd.sdq.stoex
Interface PowerExpression

All Superinterfaces:
BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term
All Known Implementing Classes:
PowerExpressionImpl

public interface PowerExpression
extends Power

A representation of the model object 'Power Expression'.

The following features are supported:

See Also:
StoexPackage.getPowerExpression()

Field Summary
static String copyright
           
 
Method Summary
 Power getBase()
          Returns the value of the 'Base' containment reference.
 Unary getExponent()
          Returns the value of the 'Exponent' containment reference.
 void setBase(Power value)
          Sets the value of the 'Base' containment reference.
 void setExponent(Unary value)
          Sets the value of the 'Exponent' containment reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getBase

Power getBase()
Returns the value of the 'Base' containment reference.

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

Returns:
the value of the 'Base' containment reference.
See Also:
setBase(Power), StoexPackage.getPowerExpression_Base()

setBase

void setBase(Power value)
Sets the value of the 'Base' containment reference.

Parameters:
value - the new value of the 'Base' containment reference.
See Also:
getBase()

getExponent

Unary getExponent()
Returns the value of the 'Exponent' containment reference.

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

Returns:
the value of the 'Exponent' containment reference.
See Also:
setExponent(Unary), StoexPackage.getPowerExpression_Exponent()

setExponent

void setExponent(Unary value)
Sets the value of the 'Exponent' containment reference.

Parameters:
value - the new value of the 'Exponent' containment reference.
See Also:
getExponent()