public interface PowerExpression extends Power
The following features are supported:
StoexPackage.getPowerExpression()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final java.lang.String copyright
Power getBase()
If the meaning of the 'Base' containment reference isn't clear, there really should be more of a description here...
setBase(Power),
StoexPackage.getPowerExpression_Base()void setBase(Power value)
Base'
containment reference. value - the new value of the 'Base' containment reference.getBase()Unary getExponent()
If the meaning of the 'Exponent' containment reference isn't clear, there really should be more of a description here...
setExponent(Unary),
StoexPackage.getPowerExpression_Exponent()void setExponent(Unary value)
Exponent' containment reference. value - the new value of the 'Exponent' containment reference.getExponent()