public interface Rule
A representation of the model object 'Rule'.
The following features are supported:
QvtbasePackage.getRule()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Domain> |
getDomain()
Returns the value of the 'Domain' containment reference list. |
Rule |
getOverrides()
Returns the value of the 'Overrides' reference. |
Transformation |
getTransformation()
Returns the value of the 'Transformation' container reference. |
void |
setOverrides(Rule value)
Sets the value of the ' Overrides ' reference. |
void |
setTransformation(Transformation value)
Sets the value of the ' Transformation ' container reference. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
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<Domain> getDomain()
Domain
.
It is bidirectional and its opposite is 'Rule
'.
If the meaning of the 'Domain' containment reference list isn't clear, there really should be more of a description here...
QvtbasePackage.getRule_Domain()
,
Domain.getRule()
Transformation getTransformation()
Rule
'.
If the meaning of the 'Transformation' container reference isn't clear, there really should be more of a description here...
setTransformation(Transformation)
,
QvtbasePackage.getRule_Transformation()
,
Transformation.getRule()
void setTransformation(Transformation value)
Transformation
' container reference.
value
- the new value of the 'Transformation' container reference.getTransformation()
Rule getOverrides()
If the meaning of the 'Overrides' reference isn't clear, there really should be more of a description here...
setOverrides(Rule)
,
QvtbasePackage.getRule_Overrides()
void setOverrides(Rule value)
Overrides
' reference.
value
- the new value of the 'Overrides' reference.getOverrides()