JavaScript is disabled on your browser.
EMF Compare 3.2.0.201511010417
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
IdenticalResourceMinimizer , NullModelMinimizer
@Beta
public interface IModelMinimizer
This can be used in order to tell EMF Compare how to minimize the logical model to a reduced set of
resources. For example, this can be used to remove all binary identical resources from the comparison
scope, since we know there can be no differences on such resources.
Since:
4.0
Method Summary
Methods
Modifier and Type
Method and Description
void
minimize (SynchronizationModel syncModel,
org.eclipse.core.runtime.IProgressMonitor monitor)
This will be called to reduce the number of resources in this model's traversals.
Method Detail
minimize
void minimize(SynchronizationModel syncModel,
org.eclipse.core.runtime.IProgressMonitor monitor)
This will be called to reduce the number of resources in this model's traversals.
Parameters: syncModel
- The synchronization model to be minimized.monitor
- Monitor on which to report progress to the user.
EMF Compare 3.2.0.201511010417
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.