Uses of Class
org.eclipse.emf.compare.internal.conflict.ComparisonIndex
-
Packages that use ComparisonIndex Package Description org.eclipse.emf.compare.internal.conflict -
-
Uses of ComparisonIndex in org.eclipse.emf.compare.internal.conflict
Fields in org.eclipse.emf.compare.internal.conflict declared as ComparisonIndex Modifier and Type Field Description protected ComparisonIndex
AbstractConflictSearch. index
The index of the comparison.Methods in org.eclipse.emf.compare.internal.conflict that return ComparisonIndex Modifier and Type Method Description static ComparisonIndex
ComparisonIndex. index(Comparison comparison, Monitor monitor)
Utility method to index a comparison.
-