Uses of Enum Class
org.eclipse.emf.compare.ConflictKind
Package
Description
-
Uses of ConflictKind in org.eclipse.emf.compare
Modifier and TypeFieldDescriptionstatic final List<ConflictKind>
ConflictKind.VALUES
A public read-only list of all the 'Conflict Kind' enumerators.Modifier 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.Modifier and TypeMethodDescriptionvoid
Conflict.setKind
(ConflictKind value) Sets the value of the 'Kind
' attribute. -
Uses of ConflictKind in org.eclipse.emf.compare.conflict
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionCompareFactoryImpl.createConflictKindFromString
(EDataType eDataType, String initialValue) ConflictImpl.getKind()
-
Uses of ConflictKind in org.eclipse.emf.compare.internal.conflict
Modifier 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
-
Uses of ConflictKind 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<? 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).