public interface ParameterizedPatternCall
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VeplPackage.getParameterizedPatternCall()| Modifier and Type | Method and Description |
|---|---|
EventPattern |
getEventPattern()
Returns the value of the 'Event Pattern' reference.
|
PatternCallParameterList |
getParameterList()
Returns the value of the 'Parameter List' containment reference.
|
void |
setEventPattern(EventPattern value)
Sets the value of the '
Event Pattern' reference. |
void |
setParameterList(PatternCallParameterList value)
Sets the value of the '
Parameter List' containment reference. |
EventPattern getEventPattern()
If the meaning of the 'Event Pattern' reference isn't clear, there really should be more of a description here...
setEventPattern(EventPattern),
VeplPackage.getParameterizedPatternCall_EventPattern()void setEventPattern(EventPattern value)
Event Pattern' reference.
value - the new value of the 'Event Pattern' reference.getEventPattern()PatternCallParameterList getParameterList()
If the meaning of the 'Parameter List' containment reference isn't clear, there really should be more of a description here...
setParameterList(PatternCallParameterList),
VeplPackage.getParameterizedPatternCall_ParameterList()void setParameterList(PatternCallParameterList value)
Parameter List' containment reference.
value - the new value of the 'Parameter List' containment reference.getParameterList()