public interface ComplexEventPattern extends EventPattern
The following features are supported:
EventsPackage.getComplexEventPattern()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EventPatternReference> |
getContainedEventPatterns()
Returns the value of the 'Contained Event Patterns' containment reference list.
|
EventContext |
getEventContext()
Returns the value of the 'Event Context' attribute.
|
ComplexEventOperator |
getOperator()
Returns the value of the 'Operator' containment reference.
|
Timewindow |
getTimewindow()
Returns the value of the 'Timewindow' containment reference.
|
void |
setEventContext(EventContext value)
Sets the value of the '
Event Context' attribute. |
void |
setOperator(ComplexEventOperator value)
Sets the value of the '
Operator' containment reference. |
void |
setTimewindow(Timewindow value)
Sets the value of the '
Timewindow' containment reference. |
getAutomaton, getEventModel, getId, getParameterNames, setAutomaton, setEventModel, setIdComplexEventOperator getOperator()
If the meaning of the 'Operator' containment reference isn't clear, there really should be more of a description here...
setOperator(ComplexEventOperator),
EventsPackage.getComplexEventPattern_Operator()void setOperator(ComplexEventOperator value)
Operator' containment reference.
value - the new value of the 'Operator' containment reference.getOperator()Timewindow getTimewindow()
If the meaning of the 'Timewindow' containment reference isn't clear, there really should be more of a description here...
setTimewindow(Timewindow),
EventsPackage.getComplexEventPattern_Timewindow()void setTimewindow(Timewindow value)
Timewindow' containment reference.
value - the new value of the 'Timewindow' containment reference.getTimewindow()org.eclipse.emf.common.util.EList<EventPatternReference> getContainedEventPatterns()
EventPatternReference.
If the meaning of the 'Contained Event Patterns' containment reference list isn't clear, there really should be more of a description here...
EventsPackage.getComplexEventPattern_ContainedEventPatterns()EventContext getEventContext()
EventContext.
If the meaning of the 'Event Context' attribute isn't clear, there really should be more of a description here...
EventContext,
setEventContext(EventContext),
EventsPackage.getComplexEventPattern_EventContext()void setEventContext(EventContext value)
Event Context' attribute.
value - the new value of the 'Event Context' attribute.EventContext,
getEventContext()