Uses of Interface
org.eclipse.emf.compare.Conflict
Packages that use Conflict
Package
Description
-
Uses of Conflict in org.eclipse.emf.compare
Methods in org.eclipse.emf.compare that return ConflictModifier and TypeMethodDescriptionCompareFactory.createConflict()
Returns a new object of class 'Conflict'.Diff.getConflict()
Returns the value of the 'Conflict' reference.Methods in org.eclipse.emf.compare that return types with arguments of type ConflictModifier and TypeMethodDescriptionComparison.getConflicts()
Returns the value of the 'Conflicts' containment reference list.Methods in org.eclipse.emf.compare with parameters of type ConflictModifier and TypeMethodDescriptionvoid
Diff.setConflict
(Conflict value) Sets the value of the 'Conflict
' reference. -
Uses of Conflict in org.eclipse.emf.compare.impl
Classes in org.eclipse.emf.compare.impl that implement ConflictModifier and TypeClassDescriptionclass
An implementation of the model object 'Conflict'.Fields in org.eclipse.emf.compare.impl declared as ConflictModifier and TypeFieldDescriptionprotected Conflict
DiffImpl.conflict
The cached value of the 'Conflict
' reference.Fields in org.eclipse.emf.compare.impl with type parameters of type ConflictModifier and TypeFieldDescriptionComparisonImpl.conflicts
The cached value of the 'Conflicts
' containment reference list.Methods in org.eclipse.emf.compare.impl that return ConflictModifier and TypeMethodDescriptionDiffImpl.basicGetConflict()
CompareFactoryImpl.createConflict()
DiffImpl.getConflict()
Methods in org.eclipse.emf.compare.impl that return types with arguments of type ConflictMethods in org.eclipse.emf.compare.impl with parameters of type ConflictModifier and TypeMethodDescriptionDiffImpl.basicSetConflict
(Conflict newConflict, NotificationChain msgs) void
DiffImpl.setConflict
(Conflict newConflict) -
Uses of Conflict in org.eclipse.emf.compare.internal.spec
Classes in org.eclipse.emf.compare.internal.spec that implement ConflictModifier 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
Method parameters in org.eclipse.emf.compare.merge with type arguments of type ConflictModifier 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
Classes in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that implement ConflictModifier and TypeClassDescriptionstatic class
Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that return types with arguments of type ConflictModifier and TypeMethodDescriptionThreeWayComparisonGroupProvider.CompositeConflict.getConflicts()
Returns an unmodifiable view of the joined conflicts.Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl with parameters of type ConflictModifier and TypeMethodDescriptionprotected ConflictNode
BasicDifferenceGroupImpl.createConflictNode
(Conflict conflict) Create a conflict node.Constructors in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl with parameters of type ConflictModifierConstructorDescriptionCompositeConflict
(Conflict conflict) Creates a new composite conflict for the given conflict. -
Uses of Conflict in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes
Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes that return ConflictModifier and TypeMethodDescriptionConflictNode.getConflict()
Getter for the conflict represented by this TreeNode.Constructors in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes with parameters of type Conflict -
Uses of Conflict in org.eclipse.emf.compare.util
Methods in org.eclipse.emf.compare.util with parameters of type ConflictModifier 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
Methods in org.eclipse.emf.compare.utils that return types with arguments of type ConflictModifier 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.