Uses of Interface
org.eclipse.emf.compare.Conflict
Package
Description
-
Uses of Conflict in org.eclipse.emf.compare
Modifier and TypeMethodDescriptionCompareFactory.createConflict()
Returns a new object of class 'Conflict'.Diff.getConflict()
Returns the value of the 'Conflict' reference.Modifier and TypeMethodDescriptionComparison.getConflicts()
Returns the value of the 'Conflicts' containment reference list.Modifier and TypeMethodDescriptionvoid
Diff.setConflict
(Conflict value) Sets the value of the 'Conflict
' reference. -
Uses of Conflict in org.eclipse.emf.compare.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Conflict'.Modifier and TypeFieldDescriptionprotected Conflict
DiffImpl.conflict
The cached value of the 'Conflict
' reference.Modifier and TypeFieldDescriptionComparisonImpl.conflicts
The cached value of the 'Conflicts
' containment reference list.Modifier and TypeMethodDescriptionDiffImpl.basicGetConflict()
CompareFactoryImpl.createConflict()
DiffImpl.getConflict()
Modifier and TypeMethodDescriptionDiffImpl.basicSetConflict
(Conflict newConflict, NotificationChain msgs) void
DiffImpl.setConflict
(Conflict newConflict) -
Uses of Conflict in org.eclipse.emf.compare.internal.spec
Modifier and TypeClassDescriptionclass
This specialization of theConflictImpl
class allows us to define the derived features and operations implementations. -
Uses of Conflict in org.eclipse.emf.compare.merge
Modifier and TypeMethodDescriptionComputeDiffsToMerge.failOnRealConflictUnless
(com.google.common.base.Predicate<? super Conflict> predicate) Set the failOnConflict flag. -
Uses of Conflict in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Modifier and TypeClassDescriptionstatic class
Modifier and TypeMethodDescriptionThreeWayComparisonGroupProvider.CompositeConflict.getConflicts()
Returns an unmodifiable view of the joined conflicts.Modifier and TypeMethodDescriptionprotected ConflictNode
BasicDifferenceGroupImpl.createConflictNode
(Conflict conflict) Create a conflict node.ModifierConstructorDescriptionCompositeConflict
(Conflict conflict) Creates a new composite conflict for the given conflict. -
Uses of Conflict in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes
Modifier and TypeMethodDescriptionConflictNode.getConflict()
Getter for the conflict represented by this TreeNode. -
Uses of Conflict in org.eclipse.emf.compare.util
Modifier and TypeMethodDescriptionCompareSwitch.caseConflict
(Conflict object) Returns the result of interpreting the object as an instance of 'Conflict'. -
Uses of Conflict in org.eclipse.emf.compare.utils
Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<? super Conflict>
EMFComparePredicates.containsConflictOfTypes
(ConflictKind... kinds) Deprecated.This can be used to check whether a given Conflict is of one of the given kind.static com.google.common.base.Predicate<Conflict>
EMFComparePredicates.isAdditiveConflict()
Deprecated.Predicate to test whether a conflict is additive or not.