public interface AtomicEventPattern extends AbstractAtomicEventPattern
The following features are supported:
VeplPackage.getAtomicEventPattern()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.xbase.XExpression |
getCheckExpression()
Returns the value of the 'Check Expression' containment reference.
|
TraitList |
getTraits()
Returns the value of the 'Traits' containment reference.
|
void |
setCheckExpression(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the '
Check Expression' containment reference. |
void |
setTraits(TraitList value)
Sets the value of the '
Traits' containment reference. |
getParameters, setParametersgetName, setNameTraitList getTraits()
If the meaning of the 'Traits' containment reference isn't clear, there really should be more of a description here...
setTraits(TraitList),
VeplPackage.getAtomicEventPattern_Traits()void setTraits(TraitList value)
Traits' containment reference.
value - the new value of the 'Traits' containment reference.getTraits()org.eclipse.xtext.xbase.XExpression getCheckExpression()
If the meaning of the 'Check Expression' containment reference isn't clear, there really should be more of a description here...
setCheckExpression(XExpression),
VeplPackage.getAtomicEventPattern_CheckExpression()void setCheckExpression(org.eclipse.xtext.xbase.XExpression value)
Check Expression' containment reference.
value - the new value of the 'Check Expression' containment reference.getCheckExpression()