|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.stoex.impl.ExpressionImpl
de.uka.ipd.sdq.stoex.impl.IfElseImpl
de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
de.uka.ipd.sdq.stoex.impl.ComparisonImpl
de.uka.ipd.sdq.stoex.impl.TermImpl
de.uka.ipd.sdq.stoex.impl.ProductImpl
de.uka.ipd.sdq.stoex.impl.PowerImpl
de.uka.ipd.sdq.stoex.impl.PowerExpressionImpl
public class PowerExpressionImpl
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 |
|---|
public static final String copyright
protected Power base
Base' containment reference.
getBase()protected Unary exponent
Exponent' containment reference.
getExponent()| Constructor Detail |
|---|
protected PowerExpressionImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class PowerImplpublic Power getBase()
getBase in interface PowerExpressionPowerExpression.setBase(Power),
StoexPackage.getPowerExpression_Base()
public NotificationChain basicSetBase(Power newBase,
NotificationChain msgs)
public void setBase(Power newBase)
setBase in interface PowerExpressionnewBase - the new value of the 'Base' containment reference.PowerExpression.getBase()public Unary getExponent()
getExponent in interface PowerExpressionPowerExpression.setExponent(Unary),
StoexPackage.getPowerExpression_Exponent()
public NotificationChain basicSetExponent(Unary newExponent,
NotificationChain msgs)
public void setExponent(Unary newExponent)
setExponent in interface PowerExpressionnewExponent - the new value of the 'Exponent' containment reference.PowerExpression.getExponent()
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||