| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompareMergeAlgorithm
An algorithm capable of merging two contributors and returning a model of conflicting differences.
| Method Summary | |
|---|---|
 CompareModel | 
merge(CompareContributor first,
      CompareContributor second,
      CompareContributor ancestor)
Merge two contributors based on a third, returning a model of the conflicting differences between the two.  | 
| Methods inherited from interface oracle.javatools.compare.CompareAlgorithm | 
|---|
canCompare, compare | 
| Method Detail | 
|---|
CompareModel merge(CompareContributor first,
                   CompareContributor second,
                   CompareContributor ancestor)
                   throws CompareFailedException
first - the first contributorsecond - the second contributorancestor - the ancestor contributor
CompareFailedException - if the two contributors could not be
    merged because of an error.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||