org.eclipse.gmt.umlx.ucore
Interface UDomainPattern

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

public interface UDomainPattern
extends UPattern

A representation of the model object 'UDomain Pattern'.

The following features are supported:

See Also:
UcorePackage.getUDomainPattern()

Method Summary
 UTemplateExpression getTemplateExpression()
          Returns the value of the 'Template Expression' containment reference.
 URelationDomain getUDomain()
          Returns the value of the 'UDomain' container reference.
 void setTemplateExpression(UTemplateExpression value)
          Sets the value of the 'Template Expression' containment reference.
 void setUDomain(URelationDomain value)
          Sets the value of the 'UDomain' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UPattern
getUPredicates, getURelation, setURelation
 
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

getUDomain

URelationDomain getUDomain()
Returns the value of the 'UDomain' container reference. It is bidirectional and its opposite is 'UPattern'.

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

Returns:
the value of the 'UDomain' container reference.
See Also:
setUDomain(URelationDomain), UcorePackage.getUDomainPattern_UDomain(), URelationDomain.getUPattern()

setUDomain

void setUDomain(URelationDomain value)
Sets the value of the 'UDomain' container reference.

Parameters:
value - the new value of the 'UDomain' container reference.
See Also:
getUDomain()

getTemplateExpression

UTemplateExpression getTemplateExpression()
Returns the value of the 'Template Expression' containment reference.

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

Returns:
the value of the 'Template Expression' containment reference.
See Also:
setTemplateExpression(UTemplateExpression), UcorePackage.getUDomainPattern_TemplateExpression()

setTemplateExpression

void setTemplateExpression(UTemplateExpression value)
Sets the value of the 'Template Expression' containment reference.

Parameters:
value - the new value of the 'Template Expression' containment reference.
See Also:
getTemplateExpression()