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

All Superinterfaces:
DiffElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ResourceDependencyChange, ResourceDependencyChangeLeftTarget, ResourceDependencyChangeRightTarget
All Known Implementing Classes:
ResourceDependencyChangeImpl, ResourceDependencyChangeLeftTargetImpl, ResourceDependencyChangeRightTargetImpl, ResourceDiffImpl

public interface ResourceDiff
extends DiffElement

A representation of the model object 'Resource Diff'. Differences of this kind represent changes regarding a third-party resource.

See Also:
DiffPackage.getResourceDiff()

Method Summary
 
Methods inherited from interface org.eclipse.emf.compare.diff.metamodel.DiffElement
getIsHiddenBy, getKind, getSubDiffElements, isConflicting, isRemote, setRemote
 
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
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.