org.infai.emo.matcher.diff
Interface MoveModelElement

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

public interface MoveModelElement
extends DiffElement

A representation of the model object 'Move Model Element'.

The following features are supported:

See Also:
DiffPackage.getMoveModelElement()

Method Summary
 org.eclipse.emf.ecore.EObject getLeftElement()
          Returns the value of the 'Left Element' reference
 org.eclipse.emf.ecore.EObject getLeftParent()
          Returns the value of the 'Left Parent' reference
 org.eclipse.emf.ecore.EObject getRightElement()
          Returns the value of the 'Right Element' reference
 org.eclipse.emf.ecore.EObject getRightParent()
          Returns the value of the 'Right Parent' reference
 void setLeftElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Element' reference
 void setLeftParent(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Parent' reference
 void setRightElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Element' reference
 void setRightParent(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Parent' 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

getLeftParent

org.eclipse.emf.ecore.EObject getLeftParent()
Returns the value of the 'Left Parent' reference.

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

Returns:
the value of the 'Left Parent' reference.
See Also:
setLeftParent(EObject), DiffPackage.getMoveModelElement_LeftParent()

setLeftParent

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

Parameters:
value - the new value of the 'Left Parent' reference.
See Also:
getLeftParent()

getRightParent

org.eclipse.emf.ecore.EObject getRightParent()
Returns the value of the 'Right Parent' reference.

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

Returns:
the value of the 'Right Parent' reference.
See Also:
setRightParent(EObject), DiffPackage.getMoveModelElement_RightParent()

setRightParent

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

Parameters:
value - the new value of the 'Right Parent' reference.
See Also:
getRightParent()

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.getMoveModelElement_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.getMoveModelElement_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()