Uses of Interface
org.eclipse.emf.compare.ide.ui.logical.IModelMinimizer
Packages that use IModelMinimizer
Package
Description
-
Uses of IModelMinimizer in org.eclipse.emf.compare.ide.ui.internal.logical
Classes in org.eclipse.emf.compare.ide.ui.internal.logical that implement IModelMinimizerModifier and TypeClassDescriptionclass
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
An empty implementation of anIModelMinimizer
.Methods in org.eclipse.emf.compare.ide.ui.internal.logical that return IModelMinimizerModifier and TypeMethodDescriptionModelMinimizerRegistry.addMinimizer
(IModelMinimizer minimizer) ModelMinimizerRegistry.removeMinimizer
(String className) Methods in org.eclipse.emf.compare.ide.ui.internal.logical that return types with arguments of type IModelMinimizerMethods in org.eclipse.emf.compare.ide.ui.internal.logical with parameters of type IModelMinimizerConstructors in org.eclipse.emf.compare.ide.ui.internal.logical with parameters of type IModelMinimizerModifierConstructorDescriptionComparisonScopeBuilder
(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. -
Uses of IModelMinimizer in org.eclipse.emf.compare.ide.ui.logical
Classes in org.eclipse.emf.compare.ide.ui.logical that implement IModelMinimizerModifier and TypeClassDescriptionclass
This class encapsulates a list of model minimizers and propagates any calls to each element in the list.Fields in org.eclipse.emf.compare.ide.ui.logical with type parameters of type IModelMinimizerModifier and TypeFieldDescriptionprotected List<IModelMinimizer>
CompoundModelMinimizer.minimizers
The list of model minimizers.Methods in org.eclipse.emf.compare.ide.ui.logical that return IModelMinimizerModifier and TypeMethodDescriptionIModelMinimizer.Registry.addMinimizer
(IModelMinimizer minimizer) Add the givenminimizer
to this registry.IModelMinimizer.Registry.removeMinimizer
(String className) Removes theminimizer
registered within this registry with the given class name.Methods in org.eclipse.emf.compare.ide.ui.logical that return types with arguments of type IModelMinimizerModifier and TypeMethodDescriptionIModelMinimizer.Registry.getModelMinimizers()
Returns the list of registered model minimizers.Methods in org.eclipse.emf.compare.ide.ui.logical with parameters of type IModelMinimizerModifier and TypeMethodDescriptionIModelMinimizer.Registry.addMinimizer
(IModelMinimizer minimizer) Add the givenminimizer
to this registry.Constructors in org.eclipse.emf.compare.ide.ui.logical with parameters of type IModelMinimizerModifierConstructorDescriptionCompoundModelMinimizer
(IModelMinimizer... minimizers) Creates a new compound model minimizer with the given minimizers.Constructor parameters in org.eclipse.emf.compare.ide.ui.logical with type arguments of type IModelMinimizerModifierConstructorDescriptionCompoundModelMinimizer
(List<IModelMinimizer> minimizers) Creates a new compound model minimizer with the given minimizers.