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
Fields Modifier and Type Field Description static IMergeCriterionNONEDefault criterion that means that no special criterion is set.static java.lang.StringOPTION_MERGE_CRITERIONConstant to use as key for the merge option that represents a merge criterion.
-
Field Details
-
OPTION_MERGE_CRITERION
static final java.lang.String OPTION_MERGE_CRITERIONConstant 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:
- Constant Field Values
-
NONE
Default criterion that means that no special criterion is set.
-