Package de.uka.ipd.sdq.stoex
Interface TermExpression
-
- All Superinterfaces:
BooleanExpression
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Comparison
,EObject
,Expression
,IfElse
,Notifier
,Term
- All Known Implementing Classes:
TermExpressionImpl
public interface TermExpression extends Term
A representation of the model object 'Term Expression'.The following features are supported:
- See Also:
StoexPackage.getTermExpression()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Term
getLeft()
Returns the value of the 'Left' containment reference.TermOperations
getOperation()
Returns the value of the 'Operation' attribute.Product
getRight()
Returns the value of the 'Right' containment reference.void
setLeft(Term value)
Sets the value of the 'Left
' containment reference.void
setOperation(TermOperations value)
Sets the value of the 'Operation
' attribute.void
setRight(Product value)
Sets the value of the 'Right
' 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
-
getLeft
Term getLeft()
Returns the value of the 'Left' containment reference.If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Left' containment reference.
- See Also:
setLeft(Term)
,StoexPackage.getTermExpression_Left()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setLeft
void setLeft(Term value)
Sets the value of the 'Left
' containment reference.- Parameters:
value
- the new value of the 'Left' containment reference.- See Also:
getLeft()
- Generated class or method.
-
getRight
Product getRight()
Returns the value of the 'Right' containment reference.If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Right' containment reference.
- See Also:
setRight(Product)
,StoexPackage.getTermExpression_Right()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setRight
void setRight(Product value)
Sets the value of the 'Right
' containment reference.- Parameters:
value
- the new value of the 'Right' containment reference.- See Also:
getRight()
- Generated class or method.
-
getOperation
TermOperations getOperation()
Returns the value of the 'Operation' attribute. The literals are from the enumerationTermOperations
.If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operation' attribute.
- See Also:
TermOperations
,setOperation(TermOperations)
,StoexPackage.getTermExpression_Operation()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setOperation
void setOperation(TermOperations value)
Sets the value of the 'Operation
' attribute.- Parameters:
value
- the new value of the 'Operation' attribute.- See Also:
TermOperations
,getOperation()
- Generated class or method.
-
-