public interface Predicated extends RuleElement
The following features are supported:
SimpleAntlrPackage.getPredicated()| Modifier and Type | Method and Description |
|---|---|
RuleElement |
getElement()
Returns the value of the 'Element' containment reference
|
RuleElement |
getPredicate()
Returns the value of the 'Predicate' containment reference
|
void |
setElement(RuleElement value)
Sets the value of the '
Element' containment reference |
void |
setPredicate(RuleElement value)
Sets the value of the '
Predicate' containment reference |
getGuard, getGuarded, setGuard, setGuardedRuleElement getPredicate()
If the meaning of the 'Predicate' containment reference isn't clear, there really should be more of a description here...
setPredicate(RuleElement),
SimpleAntlrPackage.getPredicated_Predicate()void setPredicate(RuleElement value)
Predicate' containment reference.
value - the new value of the 'Predicate' containment reference.getPredicate()RuleElement getElement()
If the meaning of the 'Element' containment reference isn't clear, there really should be more of a description here...
setElement(RuleElement),
SimpleAntlrPackage.getPredicated_Element()void setElement(RuleElement value)
Element' containment reference.
value - the new value of the 'Element' containment reference.getElement()