| Modifier and Type | Method and Description |
|---|---|
AbstractChangePackage |
ProjectSpace.mergeResolvedConflicts(ChangeConflictSet conflictSet,
List<AbstractChangePackage> myChangePackages,
List<AbstractChangePackage> theirChangePackages)
Merges the resolved conflict sets.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractConflictResolver.resolveConflicts(Project project,
ChangeConflictSet changeConflict)
Resolves all conflicts between the given change packages "theirs" and the
given local operations.
|
boolean |
ConflictResolver.resolveConflicts(Project project,
ChangeConflictSet changeConflict)
Resolves all conflicts between the given change packages "theirs" and the
given local operations.
|
| Constructor and Description |
|---|
DecisionManager(Project project,
ChangeConflictSet changeConflict,
boolean isBranchMerge)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeConflictSet |
ChangeConflictException.getChangeConflict()
Returns the change conflict.
|
| Constructor and Description |
|---|
ChangeConflictException(ChangeConflictSet changeConflict)
Constructor.
|
ChangeConflictException(String message,
ChangeConflictSet conflictSet)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractChangePackage |
ProjectSpaceBase.mergeResolvedConflicts(ChangeConflictSet conflictSet,
List<AbstractChangePackage> myChangePackages,
List<AbstractChangePackage> theirChangePackages)
Merges the resolved conflict sets.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeConflictSet |
ConflictDetector.calculateConflicts(List<AbstractChangePackage> myChangePackages,
List<AbstractChangePackage> theirChangePackages,
ModelElementIdToEObjectMapping idToEObjectMapping)
Calculates a
ChangeConflictSet based on opposing ChangePackages. |
ChangeConflictSet |
ConflictDetector.calculateConflicts(List<AbstractChangePackage> myChangePackages,
List<AbstractChangePackage> theirChangePackages,
Project project)
Calculates a
ChangeConflictSet based on opposing ChangePackages. |
| Modifier and Type | Method and Description |
|---|---|
ChangeConflictSet |
ESConflictSetImpl.toInternalAPI()
Returns the internal interface of this class.
|
| Constructor and Description |
|---|
ESConflictSetImpl(ChangeConflictSet changeConflict)
Constructor.
|
Copyright © 2017. All rights reserved.