Package | Description |
---|---|
org.eclipse.emf.compare.ide.ui.internal.logical | |
org.eclipse.emf.compare.ide.ui.logical |
Modifier and Type | Class and Description |
---|---|
class |
IdenticalResourceMinimizer
Instances of this class will be used by EMF Compare to minimize the scope to parts of a logical model that
can be considered valid candidates for a difference.
|
class |
NullModelMinimizer
An empty implementation of an
IModelMinimizer . |
Modifier and Type | Method and Description |
---|---|
IModelMinimizer |
ModelMinimizerRegistry.addMinimizer(IModelMinimizer minimizer) |
IModelMinimizer |
ModelMinimizerRegistry.removeMinimizer(String className) |
Modifier and Type | Method and Description |
---|---|
List<IModelMinimizer> |
ModelMinimizerRegistry.getModelMinimizers() |
Modifier and Type | Method and Description |
---|---|
IModelMinimizer |
ModelMinimizerRegistry.addMinimizer(IModelMinimizer minimizer) |
Constructor and Description |
---|
ComparisonScopeBuilder(IModelResolver resolver,
IModelMinimizer minimizer)
Constructs a builder given its model resolver and minimizer.
|
ComparisonScopeBuilder(IModelResolver resolver,
IModelMinimizer minimizer,
IStorageProviderAccessor storageAccessor)
Constructs a builder given its model resolver and minimizer, along with the storage accessor for remote
data.
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundModelMinimizer
This class encapsulates a list of model minimizers and propagates any calls to each element in the list.
|
Modifier and Type | Field and Description |
---|---|
protected List<IModelMinimizer> |
CompoundModelMinimizer.minimizers
The list of model minimizers.
|
Modifier and Type | Method and Description |
---|---|
IModelMinimizer |
IModelMinimizer.Registry.addMinimizer(IModelMinimizer minimizer)
Add the given
minimizer to this registry. |
IModelMinimizer |
IModelMinimizer.Registry.removeMinimizer(String className)
Removes the
minimizer registered within this registry with the given class name. |
Modifier and Type | Method and Description |
---|---|
List<IModelMinimizer> |
IModelMinimizer.Registry.getModelMinimizers()
Returns the list of registered model minimizers.
|
Modifier and Type | Method and Description |
---|---|
IModelMinimizer |
IModelMinimizer.Registry.addMinimizer(IModelMinimizer minimizer)
Add the given
minimizer to this registry. |
Constructor and Description |
---|
CompoundModelMinimizer(IModelMinimizer... minimizers)
Creates a new compound model minimizer with the given minimizers.
|
Constructor and Description |
---|
CompoundModelMinimizer(List<IModelMinimizer> minimizers)
Creates a new compound model minimizer with the given minimizers.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.