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

Packages that use ResourceDiff
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.metamodel.util   
 

Uses of ResourceDiff in org.eclipse.emf.compare.diff.metamodel
 

Subinterfaces of ResourceDiff in org.eclipse.emf.compare.diff.metamodel
 interface ResourceDependencyChange
          A representation of the model object 'Resource Dependency Change'
 interface ResourceDependencyChangeLeftTarget
          A representation of the model object ' Resource Dependency Change Left Target'.
 interface ResourceDependencyChangeRightTarget
          A representation of the model object ' Resource Dependency Change Right Target'.
 

Methods in org.eclipse.emf.compare.diff.metamodel that return ResourceDiff
 ResourceDiff DiffFactory.createResourceDiff()
          Returns a new object of class 'Resource Diff'
 

Methods in org.eclipse.emf.compare.diff.metamodel that return types with arguments of type ResourceDiff
 org.eclipse.emf.common.util.EList<ResourceDiff> DiffResourceSet.getResourceDiffs()
          Returns the value of the 'Resource Diffs' containment reference list.
 

Uses of ResourceDiff in org.eclipse.emf.compare.diff.metamodel.impl
 

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement ResourceDiff
 class ResourceDependencyChangeImpl
          An implementation of the model object 'Resource Dependency Change'
 class ResourceDependencyChangeLeftTargetImpl
          An implementation of the model object ' Resource Dependency Change Left Target'.
 class ResourceDependencyChangeRightTargetImpl
          An implementation of the model object ' Resource Dependency Change Right Target'.
 class ResourceDiffImpl
          An implementation of the model object 'Resource Diff'.
 

Fields in org.eclipse.emf.compare.diff.metamodel.impl with type parameters of type ResourceDiff
protected  org.eclipse.emf.common.util.EList<ResourceDiff> DiffResourceSetImpl.resourceDiffs
          The cached value of the 'Resource Diffs' containment reference list
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return ResourceDiff
 ResourceDiff DiffFactoryImpl.createResourceDiff()
           
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return types with arguments of type ResourceDiff
 org.eclipse.emf.common.util.EList<ResourceDiff> DiffResourceSetImpl.getResourceDiffs()
           
 

Uses of ResourceDiff in org.eclipse.emf.compare.diff.metamodel.util
 

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type ResourceDiff
 T DiffSwitch.caseResourceDiff(ResourceDiff object)
          Returns the result of interpreting the object as an instance of 'Resource Diff'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.