org.eclipse.gmt.umlx.eqvtrelation
Interface RelationDomain

All Superinterfaces:
Domain, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface RelationDomain
extends Domain

A representation of the model object 'Relation Domain'.

The following features are supported:

See Also:
EqvtRelationPackage.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.
 org.eclipse.ocl.ecore.Variable 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.ecore.Variable 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

getPattern

DomainPattern getPattern()
Returns the value of the 'Pattern' containment reference.

If the meaning of the 'Pattern' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pattern' containment reference.
See Also:
setPattern(DomainPattern), EqvtRelationPackage.getRelationDomain_Pattern()

setPattern

void setPattern(DomainPattern value)
Sets the value of the 'Pattern' containment reference.

Parameters:
value - the new value of the 'Pattern' containment reference.
See Also:
getPattern()

getRootVariable

org.eclipse.ocl.ecore.Variable getRootVariable()
Returns the value of the 'Root Variable' reference.

If the meaning of the 'Root Variable' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Root Variable' reference.
See Also:
setRootVariable(Variable), EqvtRelationPackage.getRelationDomain_RootVariable()

setRootVariable

void setRootVariable(org.eclipse.ocl.ecore.Variable value)
Sets the value of the 'Root Variable' reference.

Parameters:
value - the new value of the 'Root Variable' reference.
See Also:
getRootVariable()

getDefaultAssignment

org.eclipse.emf.common.util.EList<RelationDomainAssignment> getDefaultAssignment()
Returns the value of the 'Default Assignment' containment reference list. The list contents are of type RelationDomainAssignment.

If the meaning of the 'Default Assignment' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Assignment' containment reference list.
See Also:
EqvtRelationPackage.getRelationDomain_DefaultAssignment()