Package org.eclipse.emf.cdo.compare
Class CDOComparisonScope
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.compare.scope.AbstractComparisonScope
org.eclipse.emf.cdo.compare.CDOComparisonScope
- All Implemented Interfaces:
Adapter
,Adapter.Internal
,org.eclipse.emf.compare.scope.IComparisonScope
,org.eclipse.emf.compare.scope.IComparisonScope2
,org.eclipse.emf.compare.utils.IDiagnosable
- Direct Known Subclasses:
CDOComparisonScope.AllContents
,CDOComparisonScope.Minimal
public abstract class CDOComparisonScope
extends org.eclipse.emf.compare.scope.AbstractComparisonScope
A CDO-specific base implementation of a
comparison scope
.- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Takes an arbitraryobject
(includingresource nodes
) and returnsmatches
for all elements of itscontent tree
.static class
Takes aview
/transaction
and returnsmatches
only for the changed elements of the entire content tree of itsroot resource
.Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
Field Summary
Fields inherited from class org.eclipse.emf.compare.scope.AbstractComparisonScope
allInvolvedResourceURIs, diagnostic, left, nsURIs, origin, resourceURIs, right
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCoveredEObjects
(Resource resource) getCoveredResources
(ResourceSet resourceSet) final boolean
final void
setResolveProxies
(boolean resolveProxies) Methods inherited from class org.eclipse.emf.compare.scope.AbstractComparisonScope
getAllInvolvedResourceURIs, getDiagnostic, getLeft, getNsURIs, getOrigin, getResourceURIs, getRight, isAdapterForType, setDiagnostic
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.emf.compare.scope.IComparisonScope
getChildren
-
Constructor Details
-
CDOComparisonScope
-
-
Method Details
-
getCoveredResources
-
getCoveredEObjects
-
isResolveProxies
public final boolean isResolveProxies() -
setResolveProxies
public final void setResolveProxies(boolean resolveProxies)
-