org.eclipse.gmt.umlx.ucore
Interface UOCLConstraint

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, UConstraint, UOCLContainer
All Known Implementing Classes:
UOCLConstraintImpl

public interface UOCLConstraint
extends UConstraint, UOCLContainer

A representation of the model object 'U2 Constraint'.

The following features are supported:

See Also:
UcorePackage.getUOCLConstraint()

Method Summary
 UExpression getConstraint()
          Returns the value of the 'Constraint' containment reference.
 void setConstraint(UExpression value)
          Sets the value of the 'Constraint' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UConstraint
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
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UOCLContainer
getExpressionValue, getOCLExpression, getOCLString, getUExpression, simpleGetOCLException, simpleGetOCLExpression, simpleGetOCLString
 

Method Detail

getConstraint

UExpression getConstraint()
Returns the value of the 'Constraint' containment reference.

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

Returns:
the value of the 'Constraint' containment reference.
See Also:
setConstraint(UExpression), UcorePackage.getUOCLConstraint_Constraint()

setConstraint

void setConstraint(UExpression value)
Sets the value of the 'Constraint' containment reference.

Parameters:
value - the new value of the 'Constraint' containment reference.
See Also:
getConstraint()