public interface ComplexEventPattern extends EventPattern
The following features are supported:
VeplPackage.getComplexEventPattern()| Modifier and Type | Method and Description |
|---|---|
ComplexEventExpression |
getComplexEventExpression()
Returns the value of the 'Complex Event Expression' containment reference.
|
ContextEnum |
getContext()
Returns the value of the 'Context' attribute.
|
void |
setComplexEventExpression(ComplexEventExpression value)
Sets the value of the '
Complex Event Expression' containment reference. |
void |
setContext(ContextEnum value)
Sets the value of the '
Context' attribute. |
getParameters, setParametersgetName, setNameComplexEventExpression getComplexEventExpression()
If the meaning of the 'Complex Event Expression' containment reference isn't clear, there really should be more of a description here...
setComplexEventExpression(ComplexEventExpression),
VeplPackage.getComplexEventPattern_ComplexEventExpression()void setComplexEventExpression(ComplexEventExpression value)
Complex Event Expression' containment reference.
value - the new value of the 'Complex Event Expression' containment reference.getComplexEventExpression()ContextEnum getContext()
ContextEnum.
If the meaning of the 'Context' attribute isn't clear, there really should be more of a description here...
ContextEnum,
setContext(ContextEnum),
VeplPackage.getComplexEventPattern_Context()void setContext(ContextEnum value)
Context' attribute.
value - the new value of the 'Context' attribute.ContextEnum,
getContext()