org.eclipse.gmt.umlx.ucore
Interface URelation

All Superinterfaces:
org.eclipse.emf.ecore.EClassifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, UMapping, URule
All Known Implementing Classes:
URelationImpl

public interface URelation
extends UMapping

A representation of the model object 'URelation'.

The following features are supported:

See Also:
UcorePackage.getURelation()

Method Summary
 org.eclipse.emf.common.util.EList getUConstraints()
          Returns the value of the 'UConstraints' containment reference list.
 org.eclipse.emf.common.util.EList getUVariables()
          Returns the value of the 'UVariables' containment reference list.
 UPattern getWhen()
          Returns the value of the 'When' reference.
 UPattern getWhere()
          Returns the value of the 'Where' reference.
 void setWhen(UPattern value)
          Sets the value of the 'When' reference.
 void setWhere(UPattern value)
          Sets the value of the 'Where' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.URule
getUDomains, getUTransformation, setUTransformation
 
Methods inherited from interface org.eclipse.emf.ecore.EClassifier
getClassifierID, getDefaultValue, getEPackage, getInstanceClass, getInstanceClassName, isInstance, setInstanceClass, setInstanceClassName
 
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

getUConstraints

org.eclipse.emf.common.util.EList getUConstraints()
Returns the value of the 'UConstraints' containment reference list. The list contents are of type UConstraint. It is bidirectional and its opposite is 'URelation'.

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

Returns:
the value of the 'UConstraints' containment reference list.
See Also:
UcorePackage.getURelation_UConstraints(), UConstraint.getURelation()

getUVariables

org.eclipse.emf.common.util.EList getUVariables()
Returns the value of the 'UVariables' containment reference list. The list contents are of type UVariable. It is bidirectional and its opposite is 'URelation'.

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

Returns:
the value of the 'UVariables' containment reference list.
See Also:
UcorePackage.getURelation_UVariables(), UVariable.getURelation()

getWhen

UPattern getWhen()
Returns the value of the 'When' reference.

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

Returns:
the value of the 'When' reference.
See Also:
setWhen(UPattern), UcorePackage.getURelation_When()

setWhen

void setWhen(UPattern value)
Sets the value of the 'When' reference.

Parameters:
value - the new value of the 'When' reference.
See Also:
getWhen()

getWhere

UPattern getWhere()
Returns the value of the 'Where' reference.

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

Returns:
the value of the 'Where' reference.
See Also:
setWhere(UPattern), UcorePackage.getURelation_Where()

setWhere

void setWhere(UPattern value)
Sets the value of the 'Where' reference.

Parameters:
value - the new value of the 'Where' reference.
See Also:
getWhere()