public interface RelationDomain
A representation of the model object 'Relation Domain'.
The following features are supported:
EqvtRelationPackage.getRelationDomain()
Method Summary | |
---|---|
DomainPattern |
getPattern()
Returns the value of the 'Pattern' containment reference. |
org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> |
getRootVariable()
Returns the value of the 'Root Variable' reference. |
void |
setPattern(DomainPattern value)
Sets the value of the ' Pattern ' containment reference. |
void |
setRootVariable(org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> value)
Sets the value of the ' Root Variable ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.eqvtbase.Domain |
---|
getIsCheckable, getIsEnforceable, getRule, getTypedModel, setIsCheckable, setIsEnforceable, setRule, setTypedModel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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)
,
EqvtRelationPackage.getRelationDomain_Pattern()
void setPattern(DomainPattern value)
Pattern
' containment reference.
value
- the new value of the 'Pattern' containment reference.getPattern()
org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> getRootVariable()
If the meaning of the 'Root Variable' reference isn't clear, there really should be more of a description here...
#setRootVariable(Variable)
,
EqvtRelationPackage.getRelationDomain_RootVariable()
void setRootVariable(org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> value)
Root Variable
' reference.
value
- the new value of the 'Root Variable' reference.getRootVariable()