|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperatorExpression
A representation of the model object 'Operator Expression'. An OperatorExpression is the most obvious ComplexExpression containing an operator and a list of subExpressions. The meaning is that the operator should be applied to all elements of the ordered subExpression list. Note that some pre-defined operators are not commutative, hence the order of the subExpressions list is of importance.
The following features are supported:
KExpressionsPackage.getOperatorExpression()
Method Summary | |
---|---|
OperatorType |
getOperator()
Returns the value of the 'Operator' attribute. |
void |
setOperator(OperatorType value)
Sets the value of the ' Operator ' attribute. |
Methods inherited from interface de.cau.cs.kieler.core.kexpressions.ComplexExpression |
---|
getSubExpressions |
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 |
Method Detail |
---|
OperatorType getOperator()
OperatorType
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
OperatorType
,
setOperator(OperatorType)
,
KExpressionsPackage.getOperatorExpression_Operator()
void setOperator(OperatorType value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.OperatorType
,
getOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |