public abstract class CDOComparisonScope
extends org.eclipse.emf.compare.scope.AbstractComparisonScope
comparison scope
.Modifier and Type | Class and Description |
---|---|
static class |
CDOComparisonScope.AllContents
Takes an arbitrary
object (including resource nodes )
and returns matches for all elements of its content tree . |
static class |
CDOComparisonScope.Minimal
Takes a
view /transaction
and returns matches only for the changed elements of the entire content tree of its root resource . |
Adapter.Internal
allInvolvedResourceURIs, diagnostic, left, nsURIs, origin, resourceURIs, right
target
Constructor and Description |
---|
CDOComparisonScope(Notifier left,
Notifier right,
Notifier origin) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<? extends EObject> |
getCoveredEObjects(Resource resource) |
java.util.Iterator<? extends Resource> |
getCoveredResources(ResourceSet resourceSet) |
boolean |
isResolveProxies() |
void |
setResolveProxies(boolean resolveProxies) |
getAllInvolvedResourceURIs, getDiagnostic, getLeft, getNsURIs, getOrigin, getResourceURIs, getRight, isAdapterForType, setDiagnostic
getTarget, notifyChanged, setTarget, unsetTarget
public java.util.Iterator<? extends Resource> getCoveredResources(ResourceSet resourceSet)
public java.util.Iterator<? extends EObject> getCoveredEObjects(Resource resource)
public final boolean isResolveProxies()
public final void setResolveProxies(boolean resolveProxies)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html