org.eclipse.emf.compare.diff.metamodel
Interface DiffModel

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

public interface DiffModel
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Model'. Root of the differences model for single resources differencing.

The following features are supported:

See Also:
DiffPackage.getDiffModel()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getAncestorRoots()
          Returns the value of the 'Ancestor Roots' reference list.
 org.eclipse.emf.common.util.EList<DiffElement> getDifferences()
           
 org.eclipse.emf.common.util.EList<DiffElement> getDifferences(org.eclipse.emf.ecore.EObject modelElement)
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getLeftRoots()
          Returns the value of the 'Left Roots' reference list.
 org.eclipse.emf.common.util.EList<DiffElement> getOwnedElements()
          Returns the value of the 'Owned Elements' containment reference list.
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getRightRoots()
          Returns the value of the 'Right Roots' reference list.
 int getSubchanges()
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOwnedElements

org.eclipse.emf.common.util.EList<DiffElement> getOwnedElements()
Returns the value of the 'Owned Elements' containment reference list. The list contents are of type DiffElement.

If the meaning of the 'Owned Elements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Elements' containment reference list.
See Also:
DiffPackage.getDiffModel_OwnedElements()

getLeftRoots

org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getLeftRoots()
Returns the value of the 'Left Roots' reference list. The list contents are of type EObject.

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

Returns:
the value of the 'Left Roots' reference list.
See Also:
DiffPackage.getDiffModel_LeftRoots()

getRightRoots

org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getRightRoots()
Returns the value of the 'Right Roots' reference list. The list contents are of type EObject.

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

Returns:
the value of the 'Right Roots' reference list.
See Also:
DiffPackage.getDiffModel_RightRoots()

getAncestorRoots

org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getAncestorRoots()
Returns the value of the 'Ancestor Roots' reference list. The list contents are of type EObject.

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

Returns:
the value of the 'Ancestor Roots' reference list.
See Also:
DiffPackage.getDiffModel_AncestorRoots()

getSubchanges

int getSubchanges()


getDifferences

org.eclipse.emf.common.util.EList<DiffElement> getDifferences(org.eclipse.emf.ecore.EObject modelElement)


getDifferences

org.eclipse.emf.common.util.EList<DiffElement> getDifferences()


Copyright 2006 IBM Corporation and others.
All Rights Reserved.