org.eclipse.gmt.umlx.ucore
Interface UPattern

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

public interface UPattern
extends org.eclipse.emf.ecore.ENamedElement

A representation of the model object 'UPattern'.

The following features are supported:

See Also:
UcorePackage.getUPattern()

Method Summary
 org.eclipse.emf.common.util.EList getUPredicates()
          Returns the value of the 'UPredicates' containment reference list.
 URelation getURelation()
          Returns the value of the 'URelation' reference.
 void setURelation(URelation value)
          Sets the value of the 'URelation' reference.
 
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

getUPredicates

org.eclipse.emf.common.util.EList getUPredicates()
Returns the value of the 'UPredicates' containment reference list. The list contents are of type UPredicate. It is bidirectional and its opposite is 'UPattern'.

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

Returns:
the value of the 'UPredicates' containment reference list.
See Also:
UcorePackage.getUPattern_UPredicates(), UPredicate.getUPattern()

getURelation

URelation getURelation()
Returns the value of the 'URelation' reference.

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

Returns:
the value of the 'URelation' reference.
See Also:
setURelation(URelation), UcorePackage.getUPattern_URelation()

setURelation

void setURelation(URelation value)
Sets the value of the 'URelation' reference.

Parameters:
value - the new value of the 'URelation' reference.
See Also:
getURelation()