@Beta
public interface IModelMinimizer
Modifier and Type | Method and Description |
---|---|
void |
minimize(SynchronizationModel syncModel,
IProgressMonitor monitor)
This will be called to reduce the number of resources in this model's traversals.
|
void minimize(SynchronizationModel syncModel, IProgressMonitor monitor)
leftTraversal
- The traversal corresponding to the left side.rightTraversal
- The traversal corresponding to the right side.originTraversal
- The traversal, if any, corresponding to the common ancestor of left and right sides.monitor
- Monitor on which to report progress to the user.
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.