de.cau.cs.kieler.core.kexpressions
Interface OperatorExpression

All Superinterfaces:
ComplexExpression, EObject, Expression, Notifier
All Known Implementing Classes:
OperatorExpressionImpl

public interface OperatorExpression
extends ComplexExpression

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:

See Also:
KExpressionsPackage.getOperatorExpression()
Rating red
Generated:
This code was automatically generated.
Model element

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

getOperator

OperatorType getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration OperatorType.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
OperatorType, setOperator(OperatorType), KExpressionsPackage.getOperatorExpression_Operator()
Generated:
This code was automatically generated.
Model element

setOperator

void setOperator(OperatorType value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
OperatorType, getOperator()
Generated:
This code was automatically generated.