public interface ConflictHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_POINT_ID
Constant for the extension point id of conflict handlers.
|
| Modifier and Type | Method and Description |
|---|---|
VisualConflict |
handle(VisualConflict conflict,
ModelElementIdToEObjectMapping idToEObjectMapping)
Called after a conflict has been created and before it is
added to list of all existing conflicts.
|
static final String EXTENSION_POINT_ID
VisualConflict handle(VisualConflict conflict, ModelElementIdToEObjectMapping idToEObjectMapping)
conflict - a VisualConflict instance that has been created by a DecisionManageridToEObjectMapping - mapping from IDs to EObjectsCopyright © 2017. All rights reserved.