Package de.uka.ipd.sdq.stoex
Interface PowerExpression
-
- All Superinterfaces:
BooleanExpression
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Comparison
,EObject
,Expression
,IfElse
,Notifier
,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()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
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()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
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()
- Generated class or method.
-
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()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
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()
- Generated class or method.
-
-