Package | Description |
---|---|
org.eclipse.emf.compare | |
org.eclipse.emf.compare.diff |
Modifier and Type | Field and Description |
---|---|
protected IDiffEngine |
EMFCompare.Builder.diffEngine
The IDiffEngine to use to compute comparison.
|
Modifier and Type | Method and Description |
---|---|
EMFCompare.Builder |
EMFCompare.Builder.setDiffEngine(IDiffEngine de)
Sets the IDiffEngine to be used to compute Diff.
|
Constructor and Description |
---|
EMFCompare(IMatchEngine.Factory.Registry matchEngineFactoryRegistry,
IDiffEngine diffEngine,
IReqEngine reqEngine,
IEquiEngine equiEngine,
IConflictDetector conflictDetector,
IPostProcessor.Descriptor.Registry<?> postProcessorFactoryRegistry)
Creates a new EMFCompare object able to compare Notifier with the help of given engines.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDiffEngine
The diff engine is in charge of actually computing the differences between the objects mapped by a
Match object. |
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.