de.uka.ipd.sdq.stoex.impl
Class PowerExpressionImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.stoex.impl.ExpressionImpl
          extended by de.uka.ipd.sdq.stoex.impl.IfElseImpl
              extended by de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
                  extended by de.uka.ipd.sdq.stoex.impl.ComparisonImpl
                      extended by de.uka.ipd.sdq.stoex.impl.TermImpl
                          extended by de.uka.ipd.sdq.stoex.impl.ProductImpl
                              extended by de.uka.ipd.sdq.stoex.impl.PowerImpl
                                  extended by de.uka.ipd.sdq.stoex.impl.PowerExpressionImpl
All Implemented Interfaces:
BooleanExpression, Comparison, Expression, IfElse, Power, PowerExpression, Product, Term

public class PowerExpressionImpl
extends PowerImpl
implements PowerExpression

An implementation of the model object 'Power Expression'.

The following features are implemented:


Field Summary
protected  Power base
          The cached value of the 'Base' containment reference.
static String copyright
           
protected  Unary exponent
          The cached value of the 'Exponent' containment reference.
 
Constructor Summary
protected PowerExpressionImpl()
           
 
Method Summary
 NotificationChain basicSetBase(Power newBase, NotificationChain msgs)
           
 NotificationChain basicSetExponent(Unary newExponent, NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 Power getBase()
           
 Unary getExponent()
           
 void setBase(Power newBase)
           
 void setExponent(Unary newExponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

base

protected Power base
The cached value of the 'Base' containment reference.

See Also:
getBase()

exponent

protected Unary exponent
The cached value of the 'Exponent' containment reference.

See Also:
getExponent()
Constructor Detail

PowerExpressionImpl

protected PowerExpressionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class PowerImpl

getBase

public Power getBase()

Specified by:
getBase in interface PowerExpression
Returns:
the value of the 'Base' containment reference.
See Also:
PowerExpression.setBase(Power), StoexPackage.getPowerExpression_Base()

basicSetBase

public NotificationChain basicSetBase(Power newBase,
                                      NotificationChain msgs)


setBase

public void setBase(Power newBase)

Specified by:
setBase in interface PowerExpression
Parameters:
newBase - the new value of the 'Base' containment reference.
See Also:
PowerExpression.getBase()

getExponent

public Unary getExponent()

Specified by:
getExponent in interface PowerExpression
Returns:
the value of the 'Exponent' containment reference.
See Also:
PowerExpression.setExponent(Unary), StoexPackage.getPowerExpression_Exponent()

basicSetExponent

public NotificationChain basicSetExponent(Unary newExponent,
                                          NotificationChain msgs)


setExponent

public void setExponent(Unary newExponent)

Specified by:
setExponent in interface PowerExpression
Parameters:
newExponent - the new value of the 'Exponent' containment reference.
See Also:
PowerExpression.getExponent()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)