public interface EventPattern
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EventsPackage.getEventPattern()| Modifier and Type | Method and Description |
|---|---|
Automaton |
getAutomaton()
Returns the value of the 'Automaton' reference.
|
EventModel |
getEventModel()
Returns the value of the 'Event Model' container reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getParameterNames()
Returns the value of the 'Parameter Names' attribute list.
|
void |
setAutomaton(Automaton value)
Sets the value of the '
Automaton' reference. |
void |
setEventModel(EventModel value)
Sets the value of the '
Event Model' container reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
EventModel getEventModel()
Event Patterns'.
If the meaning of the 'Event Model' container reference isn't clear, there really should be more of a description here...
setEventModel(EventModel),
EventsPackage.getEventPattern_EventModel(),
EventModel.getEventPatterns()void setEventModel(EventModel value)
Event Model' container reference.
value - the new value of the 'Event Model' container reference.getEventModel()Automaton getAutomaton()
If the meaning of the 'Automaton' reference isn't clear, there really should be more of a description here...
setAutomaton(Automaton),
EventsPackage.getEventPattern_Automaton()void setAutomaton(Automaton value)
Automaton' reference.
value - the new value of the 'Automaton' reference.getAutomaton()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EventsPackage.getEventPattern_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()org.eclipse.emf.common.util.EList<java.lang.String> getParameterNames()
String.
If the meaning of the 'Parameter Names' attribute list isn't clear, there really should be more of a description here...
EventsPackage.getEventPattern_ParameterNames()