Uses of Class
org.eclipse.emf.compare.scope.AbstractComparisonScope
-
Packages that use AbstractComparisonScope Package Description org.eclipse.emf.compare.ide.ui.internal.logical org.eclipse.emf.compare.scope -
-
Uses of AbstractComparisonScope in org.eclipse.emf.compare.ide.ui.internal.logical
Subclasses of AbstractComparisonScope in org.eclipse.emf.compare.ide.ui.internal.logical Modifier and Type Class Description class
EmptyComparisonScope
This implementation of a comparison scope can be supplied to EMF Compare if there was an error beyond repair during the creation of the scope. -
Uses of AbstractComparisonScope in org.eclipse.emf.compare.scope
Subclasses of AbstractComparisonScope in org.eclipse.emf.compare.scope Modifier and Type Class Description class
DefaultComparisonScope
This is the default implementation of anIComparisonScope
.class
FilterComparisonScope
This implementation of anIComparisonScope
can be provided specific filters to filter out parts of the Notifiers' content lists.
-