Package | Description |
---|---|
org.eclipse.emf.compare |
Modifier and Type | Method and Description |
---|---|
static EMFCompare.Builder |
EMFCompare.builder()
Creates a new builder to configure the creation of a new EMFCompare object.
|
EMFCompare.Builder |
EMFCompare.Builder.setConflictDetector(IConflictDetector cd)
Sets the IEquiEngine to be used to compute conflicts between Diff.
|
EMFCompare.Builder |
EMFCompare.Builder.setDiffEngine(IDiffEngine de)
Sets the IDiffEngine to be used to compute Diff.
|
EMFCompare.Builder |
EMFCompare.Builder.setEquivalenceEngine(IEquiEngine ee)
Sets the IEquiEngine to be used to compute equivalences between Diff.
|
EMFCompare.Builder |
EMFCompare.Builder.setMatchEngineFactoryRegistry(IMatchEngine.Factory.Registry mefr)
Sets the IMatchEngine.Factory.Registry to be used to find a match engine factory to compute
comparison.
|
EMFCompare.Builder |
EMFCompare.Builder.setPostProcessorRegistry(IPostProcessor.Descriptor.Registry<?> r)
Sets the PostProcessor to be used to find the post processor of each comparison steps.
|
EMFCompare.Builder |
EMFCompare.Builder.setRequirementEngine(IReqEngine re)
Sets the IReqEngine to be used to compute dependencies between Diff.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.