org.eclipse.gmt.umlx.ucore
Interface URelationDomain

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, UDomain
All Known Implementing Classes:
URelationDomainImpl

public interface URelationDomain
extends UDomain

A representation of the model object 'URelation Domain'.

The following features are supported:

See Also:
UcorePackage.getURelationDomain()

Method Summary
 UVariable getRootVariable()
          Returns the value of the 'Root Variable' reference.
 UDomainPattern getUPattern()
          Returns the value of the 'UPattern' containment reference.
 void setRootVariable(UVariable value)
          Sets the value of the 'Root Variable' reference.
 void setUPattern(UDomainPattern value)
          Sets the value of the 'UPattern' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UDomain
getUMapping, getURule, getUType, getUTypedModel, getUVariable, setUMapping, setURule, setUType, setUTypedModel, setUVariable
 
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

getUPattern

UDomainPattern getUPattern()
Returns the value of the 'UPattern' containment reference. It is bidirectional and its opposite is 'UDomain'.

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 'UPattern' containment reference.
See Also:
setUPattern(UDomainPattern), UcorePackage.getURelationDomain_UPattern(), UDomainPattern.getUDomain()

setUPattern

void setUPattern(UDomainPattern value)
Sets the value of the 'UPattern' containment reference.

Parameters:
value - the new value of the 'UPattern' containment reference.
See Also:
getUPattern()

getRootVariable

UVariable 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(UVariable), UcorePackage.getURelationDomain_RootVariable()

setRootVariable

void setRootVariable(UVariable value)
Sets the value of the 'Root Variable' reference.

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