org.eclipse.gmt.umlx.ucore
Interface UAttributeVariable2UExpressionVariable

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

public interface UAttributeVariable2UExpressionVariable
extends URelationship

A representation of the model object 'U2 Valuation'.

The following features are supported:

See Also:
UcorePackage.getUAttributeVariable2UExpressionVariable()

Method Summary
 UAttributeVariable getSource()
          Returns the value of the 'Source' reference.
 UExpressionVariable getTarget()
          Returns the value of the 'Target' reference.
 void setSource(UAttributeVariable value)
          Sets the value of the 'Source' reference.
 void setTarget(UExpressionVariable value)
          Sets the value of the 'Target' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.URelationship
getLowerSourceBound, getUpperSourceBound, getUsedElement, setLowerSourceBound, setUpperSourceBound
 
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
 

Method Detail

getSource

UAttributeVariable getSource()
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Valuations'.

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

Specified by:
getSource in interface URelationship
Returns:
the value of the 'Source' reference.
See Also:
setSource(UAttributeVariable), UcorePackage.getUAttributeVariable2UExpressionVariable_Source(), UAttributeVariable.getValuations()

setSource

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

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

getTarget

UExpressionVariable getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Valuations'.

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

Specified by:
getTarget in interface URelationship
Returns:
the value of the 'Target' reference.
See Also:
setTarget(UExpressionVariable), UcorePackage.getUAttributeVariable2UExpressionVariable_Target(), UExpressionVariable.getValuations()

setTarget

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

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