Package | Description |
---|---|
org.eclipse.emf.compare.internal.merge | |
org.eclipse.emf.compare.internal.utils |
Modifier and Type | Method and Description |
---|---|
static Graph<Diff> |
MergeDependenciesUtil.mapDifferences(Comparison comparison,
IMerger.Registry mergerRegistry,
boolean mergeRightToLeft)
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, 2014 Obeo and others. All rights reserved.