Interface IComparisonScope2

All Superinterfaces:
IComparisonScope
All Known Implementing Classes:
AbstractComparisonScope, DefaultComparisonScope, EmptyComparisonScope, FilterComparisonScope

public interface IComparisonScope2 extends IComparisonScope
The scope of a model comparison.

In addition to the contract of IComparisonScope, this interface provides access to all resources involved in the scope.

Since:
3.4
See Also:
  • Method Details

    • getAllInvolvedResourceURIs

      Set<URI> getAllInvolvedResourceURIs()
      Returns the URIs of the all files involved in this scope.

      The returned URIs represent all files that have been selected to be in scope of the comparison. This may include files that are not existing anymore or that may have actually not been modified.

      Returns:
      The file URIs.