org.infai.emo.matcher.diff
Interface AddDelModelElement

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

public interface AddDelModelElement
extends DiffElement

A representation of the model object 'Add Del Model Element'.

The following features are supported:

See Also:
DiffPackage.getAddDelModelElement()

Method Summary
 org.eclipse.emf.ecore.EObject getModelElement()
          Returns the value of the 'Model Element' reference
 org.eclipse.emf.ecore.EObject getParentModelElement()
          Returns the value of the 'Parent Model Element' reference
 void setModelElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Model Element' reference
 void setParentModelElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Parent Model Element' 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

getModelElement

org.eclipse.emf.ecore.EObject getModelElement()
Returns the value of the 'Model Element' reference.

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

Returns:
the value of the 'Model Element' reference.
See Also:
setModelElement(EObject), DiffPackage.getAddDelModelElement_ModelElement()

setModelElement

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

Parameters:
value - the new value of the 'Model Element' reference.
See Also:
getModelElement()

getParentModelElement

org.eclipse.emf.ecore.EObject getParentModelElement()
Returns the value of the 'Parent Model Element' reference.

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

Returns:
the value of the 'Parent Model Element' reference.
See Also:
setParentModelElement(EObject), DiffPackage.getAddDelModelElement_ParentModelElement()

setParentModelElement

void setParentModelElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Parent Model Element' reference.

Parameters:
value - the new value of the 'Parent Model Element' reference.
See Also:
getParentModelElement()