org.eclipse.gmt.umlx.ucore
Interface UOCLConstraint2UVariable

All Superinterfaces:
E2Link, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
UOCLConstraint2UVariableImpl

public interface UOCLConstraint2UVariable
extends E2Link

A representation of the model object 'U2 Constriction'.

The following features are supported:

See Also:
UcorePackage.getUOCLConstraint2UVariable()

Method Summary
 UOCLConstraint getSource()
          Returns the value of the 'Source' reference.
 UVariable getTarget()
          Returns the value of the 'Target' reference.
 void setSource(UOCLConstraint value)
          Sets the value of the 'Source' reference.
 void setTarget(UVariable value)
          Sets the value of the 'Target' reference.
 
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

getSource

UOCLConstraint getSource()
Returns the value of the 'Source' reference.

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

Specified by:
getSource in interface E2Link
Returns:
the value of the 'Source' reference.
See Also:
setSource(UOCLConstraint), UcorePackage.getUOCLConstraint2UVariable_Source()

setSource

void setSource(UOCLConstraint value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

getTarget

UVariable getTarget()
Returns the value of the 'Target' reference.

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

Specified by:
getTarget in interface E2Link
Returns:
the value of the 'Target' reference.
See Also:
setTarget(UVariable), UcorePackage.getUOCLConstraint2UVariable_Target()

setTarget

void setTarget(UVariable value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()