public interface RelationDomain
A representation of the model object 'Relation Domain'.
The following features are supported:
QvtrelationPackage.getRelationDomain()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<RelationDomainAssignment> |
getDefaultAssignment()
Returns the value of the 'Default Assignment' containment reference list. |
DomainPattern |
getPattern()
Returns the value of the 'Pattern' containment reference. |
Variable |
getRootVariable()
Returns the value of the 'Root Variable' reference. |
void |
setPattern(DomainPattern value)
Sets the value of the ' Pattern ' containment reference. |
void |
setRootVariable(Variable value)
Sets the value of the ' Root Variable ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.qvtbase.Domain |
---|
getIsCheckable, getIsEnforceable, getRule, getTypedModel, setIsCheckable, setIsEnforceable, setRule, setTypedModel |
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 |
---|
DomainPattern getPattern()
If the meaning of the 'Pattern' containment reference isn't clear, there really should be more of a description here...
setPattern(DomainPattern)
,
QvtrelationPackage.getRelationDomain_Pattern()
void setPattern(DomainPattern value)
Pattern
' containment reference.
value
- the new value of the 'Pattern' containment reference.getPattern()
Variable getRootVariable()
If the meaning of the 'Root Variable' reference isn't clear, there really should be more of a description here...
setRootVariable(Variable)
,
QvtrelationPackage.getRelationDomain_RootVariable()
void setRootVariable(Variable value)
Root Variable
' reference.
value
- the new value of the 'Root Variable' reference.getRootVariable()
org.eclipse.emf.common.util.EList<RelationDomainAssignment> getDefaultAssignment()
RelationDomainAssignment
.
If the meaning of the 'Default Assignment' containment reference list isn't clear, there really should be more of a description here...
QvtrelationPackage.getRelationDomain_DefaultAssignment()