public interface Pattern
A representation of the model object 'Pattern'.
The following features are supported:
QvtbasePackage.getPattern()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Variable> |
getBindsTo()
Returns the value of the 'Binds To' reference list. |
org.eclipse.emf.common.util.EList<Predicate> |
getPredicate()
Returns the value of the 'Predicate' containment reference list. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Predicate> getPredicate()
Predicate
.
It is bidirectional and its opposite is 'Pattern
'.
If the meaning of the 'Predicate' containment reference list isn't clear, there really should be more of a description here...
QvtbasePackage.getPattern_Predicate()
,
Predicate.getPattern()
org.eclipse.emf.common.util.EList<Variable> getBindsTo()
Variable
.
If the meaning of the 'Binds To' reference list isn't clear, there really should be more of a description here...
QvtbasePackage.getPattern_BindsTo()