Package org.eclipse.emf.compare.merge
Interface IMergeCriterion
- All Known Implementing Classes:
AdditiveMergeCriterion
public interface IMergeCriterion
Criterion for describing a merge operation.
- Since:
- 3.4
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IMergeCriterion
Default criterion that means that no special criterion is set.static final String
Constant to use as key for the merge option that represents a merge criterion.
-
Field Details
-
OPTION_MERGE_CRITERION
Constant to use as key for the merge option that represents a merge criterion. This must be used as a key in the map of optinos available to mergers that implementIMergeOptionAware
, so that mergers can propagate the criterion to the mergers they may invoke.- See Also:
-
NONE
Default criterion that means that no special criterion is set.
-