public class AddAddConflictStrategy extends ConflictStrategyImpl
| Constructor and Description |
|---|
AddAddConflictStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
analyze(com.ibm.xtools.comparemerge.emf.delta.deltagenerator.matcher.Matcher matcher,
ConflictContainer conflictContainer,
DeltaContainer deltaContainer1,
DeltaContainer deltaContainer2) |
protected void |
findConflicts(com.ibm.xtools.comparemerge.emf.delta.deltagenerator.matcher.Matcher matcher,
ConflictContainer conflictContainer,
DeltaContainer deltaContainer,
DeltaContainer otherDeltaContainer)
Finds conflicts between the add deltas and the other deltas.
|
canCreateChangeChangeConflict, checkIfDeleted, createConflict, getDeltaByLocationId, getDeltaByObjectId, getNonSystemDeltapublic boolean analyze(com.ibm.xtools.comparemerge.emf.delta.deltagenerator.matcher.Matcher matcher,
ConflictContainer conflictContainer,
DeltaContainer deltaContainer1,
DeltaContainer deltaContainer2)
analyze in interface ConflictStrategyanalyze in class ConflictStrategyImplprotected void findConflicts(com.ibm.xtools.comparemerge.emf.delta.deltagenerator.matcher.Matcher matcher,
ConflictContainer conflictContainer,
DeltaContainer deltaContainer,
DeltaContainer otherDeltaContainer)
matcher - a matcherconflictContainer - container for discovered conflictsdeltaContainer - one deltaContainerotherDeltaContainer - the other delta container