public interface ComplexEventExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VeplPackage.getComplexEventExpression()| Modifier and Type | Method and Description |
|---|---|
ComplexEventExpression |
getLeft()
Returns the value of the 'Left' containment reference.
|
AbstractMultiplicity |
getMultiplicity()
Returns the value of the 'Multiplicity' containment reference.
|
NegOperator |
getNegOperator()
Returns the value of the 'Neg Operator' containment reference.
|
org.eclipse.emf.common.util.EList<ChainedExpression> |
getRight()
Returns the value of the 'Right' containment reference list.
|
Timewindow |
getTimewindow()
Returns the value of the 'Timewindow' containment reference.
|
void |
setLeft(ComplexEventExpression value)
Sets the value of the '
Left' containment reference. |
void |
setMultiplicity(AbstractMultiplicity value)
Sets the value of the '
Multiplicity' containment reference. |
void |
setNegOperator(NegOperator value)
Sets the value of the '
Neg Operator' containment reference. |
void |
setTimewindow(Timewindow value)
Sets the value of the '
Timewindow' containment reference. |
ComplexEventExpression getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(ComplexEventExpression),
VeplPackage.getComplexEventExpression_Left()void setLeft(ComplexEventExpression value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()org.eclipse.emf.common.util.EList<ChainedExpression> getRight()
ChainedExpression.
If the meaning of the 'Right' containment reference list isn't clear, there really should be more of a description here...
VeplPackage.getComplexEventExpression_Right()AbstractMultiplicity getMultiplicity()
If the meaning of the 'Multiplicity' containment reference isn't clear, there really should be more of a description here...
setMultiplicity(AbstractMultiplicity),
VeplPackage.getComplexEventExpression_Multiplicity()void setMultiplicity(AbstractMultiplicity value)
Multiplicity' containment reference.
value - the new value of the 'Multiplicity' containment reference.getMultiplicity()Timewindow getTimewindow()
If the meaning of the 'Timewindow' containment reference isn't clear, there really should be more of a description here...
setTimewindow(Timewindow),
VeplPackage.getComplexEventExpression_Timewindow()void setTimewindow(Timewindow value)
Timewindow' containment reference.
value - the new value of the 'Timewindow' containment reference.getTimewindow()NegOperator getNegOperator()
If the meaning of the 'Neg Operator' containment reference isn't clear, there really should be more of a description here...
setNegOperator(NegOperator),
VeplPackage.getComplexEventExpression_NegOperator()void setNegOperator(NegOperator value)
Neg Operator' containment reference.
value - the new value of the 'Neg Operator' containment reference.getNegOperator()