Class CachingDiffRelationshipComputer

java.lang.Object
org.eclipse.emf.compare.merge.DiffRelationshipComputer
org.eclipse.emf.compare.merge.CachingDiffRelationshipComputer
All Implemented Interfaces:
IDiffRelationshipComputer

public class CachingDiffRelationshipComputer
extends DiffRelationshipComputer
A computer implementation to cache the relationship of diffs. Note that the "all" relationships are not cached because they would O(n^2) memory in the general case.
Since:
3.5
See Also:
IMerger2