public interface Rule extends ModelElement
The following features are supported:
VeplPackage.getRule()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.xbase.XExpression |
getAction()
Returns the value of the 'Action' containment reference.
|
org.eclipse.emf.common.util.EList<ParameterizedPatternCall> |
getEventPatterns()
Returns the value of the 'Event Patterns' containment reference list.
|
void |
setAction(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the '
Action' containment reference. |
getName, setNameorg.eclipse.emf.common.util.EList<ParameterizedPatternCall> getEventPatterns()
ParameterizedPatternCall.
If the meaning of the 'Event Patterns' containment reference list isn't clear, there really should be more of a description here...
VeplPackage.getRule_EventPatterns()org.eclipse.xtext.xbase.XExpression getAction()
If the meaning of the 'Action' containment reference isn't clear, there really should be more of a description here...
setAction(XExpression),
VeplPackage.getRule_Action()void setAction(org.eclipse.xtext.xbase.XExpression value)
Action' containment reference.
value - the new value of the 'Action' containment reference.getAction()