public interface ChainedExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VeplPackage.getChainedExpression()| Modifier and Type | Method and Description |
|---|---|
ComplexEventExpression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
BinaryOperator |
getOperator()
Returns the value of the 'Operator' containment reference.
|
void |
setExpression(ComplexEventExpression value)
Sets the value of the '
Expression' containment reference. |
void |
setOperator(BinaryOperator value)
Sets the value of the '
Operator' containment reference. |
BinaryOperator getOperator()
If the meaning of the 'Operator' containment reference isn't clear, there really should be more of a description here...
setOperator(BinaryOperator),
VeplPackage.getChainedExpression_Operator()void setOperator(BinaryOperator value)
Operator' containment reference.
value - the new value of the 'Operator' containment reference.getOperator()ComplexEventExpression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(ComplexEventExpression),
VeplPackage.getChainedExpression_Expression()void setExpression(ComplexEventExpression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()