org.eclipse.gmt.umlx.ucore
Interface UConstraint

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:
UAttributeVariable2UExpressionVariable, UClassVariable2UAttributeVariable, UClassVariable2UClassVariable, UEvolutionInstance, UMappingInstance, UOCLConstraint, UPreservationInstance, URelationInstance, URelationship
All Known Implementing Classes:
UAttributeVariable2UExpressionVariableImpl, UClassVariable2UAttributeVariableImpl, UClassVariable2UClassVariableImpl, UConstraintImpl, UEvolutionInstanceImpl, UMappingInstanceImpl, UOCLConstraintImpl, UPreservationInstanceImpl, URelationInstanceImpl, URelationshipImpl

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

A representation of the model object 'USubrule'.

The following features are supported:

See Also:
UcorePackage.getUConstraint()

Method Summary
 URelation getURelation()
          Returns the value of the 'URelation' container reference.
 void setURelation(URelation value)
          Sets the value of the 'URelation' container 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

getURelation

URelation getURelation()
Returns the value of the 'URelation' container reference. It is bidirectional and its opposite is 'UConstraints'.

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

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

setURelation

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

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