org.infai.emo.matcher.diff
Interface ChangeReference

All Superinterfaces:
DiffElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ChangeReferenceImpl

public interface ChangeReference
extends DiffElement

A representation of the model object 'Change Reference'.

The following features are supported:

See Also:
DiffPackage.getChangeReference()

Method Summary
 org.eclipse.emf.ecore.EObject getLeftElement()
          Returns the value of the 'Left Element' reference
 org.eclipse.emf.ecore.EReference getLeftReference()
          Returns the value of the 'Left Reference' reference
 org.eclipse.emf.ecore.EObject getRightElement()
          Returns the value of the 'Right Element' reference
 org.eclipse.emf.ecore.EReference getRightReference()
          Returns the value of the 'Right Reference' reference
 void setLeftElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Element' reference
 void setLeftReference(org.eclipse.emf.ecore.EReference value)
          Sets the value of the 'Left Reference' reference
 void setRightElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Element' reference
 void setRightReference(org.eclipse.emf.ecore.EReference value)
          Sets the value of the 'Right Reference' reference
 
Methods inherited from interface org.infai.emo.matcher.diff.DiffElement
getDiffType, setDiffType
 
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

getLeftReference

org.eclipse.emf.ecore.EReference getLeftReference()
Returns the value of the 'Left Reference' reference.

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

Returns:
the value of the 'Left Reference' reference.
See Also:
setLeftReference(EReference), DiffPackage.getChangeReference_LeftReference()

setLeftReference

void setLeftReference(org.eclipse.emf.ecore.EReference value)
Sets the value of the 'Left Reference' reference.

Parameters:
value - the new value of the 'Left Reference' reference.
See Also:
getLeftReference()

getRightReference

org.eclipse.emf.ecore.EReference getRightReference()
Returns the value of the 'Right Reference' reference.

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

Returns:
the value of the 'Right Reference' reference.
See Also:
setRightReference(EReference), DiffPackage.getChangeReference_RightReference()

setRightReference

void setRightReference(org.eclipse.emf.ecore.EReference value)
Sets the value of the 'Right Reference' reference.

Parameters:
value - the new value of the 'Right Reference' reference.
See Also:
getRightReference()

getLeftElement

org.eclipse.emf.ecore.EObject getLeftElement()
Returns the value of the 'Left Element' reference.

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

Returns:
the value of the 'Left Element' reference.
See Also:
setLeftElement(EObject), DiffPackage.getChangeReference_LeftElement()

setLeftElement

void setLeftElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Left Element' reference.

Parameters:
value - the new value of the 'Left Element' reference.
See Also:
getLeftElement()

getRightElement

org.eclipse.emf.ecore.EObject getRightElement()
Returns the value of the 'Right Element' reference.

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

Returns:
the value of the 'Right Element' reference.
See Also:
setRightElement(EObject), DiffPackage.getChangeReference_RightElement()

setRightElement

void setRightElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Right Element' reference.

Parameters:
value - the new value of the 'Right Element' reference.
See Also:
getRightElement()