public interface PatternCall
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PatternLanguagePackage.getPatternCall()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ValueReference> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
Pattern |
getPatternRef()
Returns the value of the 'Pattern Ref' reference.
|
boolean |
isTransitive()
Returns the value of the 'Transitive' attribute.
|
void |
setPatternRef(Pattern value)
Sets the value of the '
Pattern Ref ' reference. |
void |
setTransitive(boolean value)
Sets the value of the '
Transitive ' attribute. |
Pattern getPatternRef()
If the meaning of the 'Pattern Ref' reference isn't clear, there really should be more of a description here...
setPatternRef(Pattern)
,
PatternLanguagePackage.getPatternCall_PatternRef()
void setPatternRef(Pattern value)
Pattern Ref
' reference.
value
- the new value of the 'Pattern Ref' reference.getPatternRef()
boolean isTransitive()
If the meaning of the 'Transitive' attribute isn't clear, there really should be more of a description here...
setTransitive(boolean)
,
PatternLanguagePackage.getPatternCall_Transitive()
void setTransitive(boolean value)
Transitive
' attribute.
value
- the new value of the 'Transitive' attribute.isTransitive()
org.eclipse.emf.common.util.EList<ValueReference> getParameters()
ValueReference
.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
PatternLanguagePackage.getPatternCall_Parameters()