Package | Description |
---|---|
org.eclipse.emf.compare.ide.ui.internal.logical.resolver | |
org.eclipse.emf.compare.internal.merge | |
org.eclipse.emf.compare.internal.utils |
Modifier and Type | Method and Description |
---|---|
Graph<URI> |
DefaultResolutionContext.getGraph() |
Graph<URI> |
IResolutionContext.getGraph()
The graph of dependencies.
|
Modifier and Type | Method and Description |
---|---|
protected DefaultResolutionContext |
ThreadedModelResolver.createContext(com.google.common.eventbus.EventBus eventBus,
Graph<URI> graph)
For testing purposes, this method is protected.
|
Constructor and Description |
---|
DefaultResolutionContext(com.google.common.eventbus.EventBus eventBus,
Graph<URI> graph,
DependencyGraphUpdater<URI> graphUpdater,
ResourceComputationScheduler<URI> scheduler,
ModelResourceListener modelResourceListener) |
DependencyGraphUpdater(Graph<T> graph,
com.google.common.eventbus.EventBus eventBus)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Graph<Diff> |
MergeDependenciesUtil.mapDifferences(Comparison comparison,
IMerger.Registry mergerRegistry,
boolean mergeRightToLeft,
MergeMode mergeMode)
This will map all the differences from the given comparison in a dependency graph, enabling EMF Compare
to differentiate what can be safely merged from what cannot.
|
Modifier and Type | Method and Description |
---|---|
static <E> ReadOnlyGraph<E> |
ReadOnlyGraph.toReadOnlyGraph(Graph<E> graph)
Convert a graph to a read-only graph.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.