Uses of Enum Class
org.eclipse.emf.compare.ConflictKind
Packages that use ConflictKind
Package
Description
-
Uses of ConflictKind in org.eclipse.emf.compare
Fields in org.eclipse.emf.compare with type parameters of type ConflictKindModifier and TypeFieldDescriptionstatic final List<ConflictKind>
ConflictKind.VALUES
A public read-only list of all the 'Conflict Kind' enumerators.Methods in org.eclipse.emf.compare that return ConflictKindModifier and TypeMethodDescriptionstatic ConflictKind
ConflictKind.get
(int value) Returns the 'Conflict Kind' literal with the specified integer value.static ConflictKind
Returns the 'Conflict Kind' literal with the specified literal value.static ConflictKind
Returns the 'Conflict Kind' literal with the specified name.Conflict.getKind()
Returns the value of the 'Kind' attribute.static ConflictKind
Returns the enum constant of this class with the specified name.static ConflictKind[]
ConflictKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.compare with parameters of type ConflictKindModifier and TypeMethodDescriptionvoid
Conflict.setKind
(ConflictKind value) Sets the value of the 'Kind
' attribute. -
Uses of ConflictKind in org.eclipse.emf.compare.conflict
Methods in org.eclipse.emf.compare.conflict with parameters of type ConflictKindModifier and TypeMethodDescriptionprotected void
DefaultConflictDetector.conflictOn
(Comparison comparison, Diff diff1, Diff diff2, ConflictKind kind) This will be called whenever we detect a new conflict in order to create (or update) the actual association. -
Uses of ConflictKind in org.eclipse.emf.compare.impl
Fields in org.eclipse.emf.compare.impl declared as ConflictKindModifier and TypeFieldDescriptionprotected ConflictKind
ConflictImpl.kind
The cached value of the 'Kind
' attribute.protected static final ConflictKind
ConflictImpl.KIND_EDEFAULT
The default value of the 'Kind
' attribute.Methods in org.eclipse.emf.compare.impl that return ConflictKindModifier and TypeMethodDescriptionCompareFactoryImpl.createConflictKindFromString
(EDataType eDataType, String initialValue) ConflictImpl.getKind()
Methods in org.eclipse.emf.compare.impl with parameters of type ConflictKind -
Uses of ConflictKind in org.eclipse.emf.compare.internal.conflict
Methods in org.eclipse.emf.compare.internal.conflict with parameters of type ConflictKindModifier and TypeMethodDescriptionprotected void
AbstractConflictSearch.conflict
(Diff other, ConflictKind kind) This will be called whenever we detect a new conflict in order to create (or update) the actual association. -
Uses of ConflictKind in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that return ConflictKind -
Uses of ConflictKind in org.eclipse.emf.compare.utils
Methods in org.eclipse.emf.compare.utils with parameters of type ConflictKindModifier 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<? super Diff>
EMFComparePredicates.hasConflict
(ConflictKind... kinds) Deprecated.This can be used to check whether a given Diff has a conflict of one of the given type.static com.google.common.base.Predicate<? super Diff>
EMFComparePredicates.hasDirectOrIndirectConflict
(ConflictKind... kinds) Deprecated.This predicate can be used to check whether a diff is in a conflict directly or indirectly.static com.google.common.base.Predicate<? super Diff>
EMFComparePredicates.hasNoDirectOrIndirectConflict
(ConflictKind... kinds) Deprecated.This predicate can be used to check whether a diff is not in a conflict directly or indirectly.static com.google.common.base.Predicate<Diff>
EMFComparePredicates.isNotRefinedDirectlyConflicting
(ConflictKind... kinds) Deprecated.Check whether a diff is not refined and has a direct conflict of (one of) the given type(s).