Class ComparisonAndScopeChange
- java.lang.Object
-
- org.eclipse.emf.compare.rcp.ui.internal.configuration.impl.ComparisonAndScopeChange
-
- All Implemented Interfaces:
ICompareEvent
,IComparisonAndScopeChange
public class ComparisonAndScopeChange extends Object implements ICompareEvent, IComparisonAndScopeChange
-
-
Constructor Summary
Constructors Constructor Description ComparisonAndScopeChange(Comparison oldComparison, Comparison newComparison, IComparisonScope oldPredicate, IComparisonScope newScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comparison
getNewComparison()
IComparisonScope
getNewScope()
Comparison
getOldComparison()
IComparisonScope
getOldScope()
-
-
-
Constructor Detail
-
ComparisonAndScopeChange
public ComparisonAndScopeChange(Comparison oldComparison, Comparison newComparison, IComparisonScope oldPredicate, IComparisonScope newScope)
-
-
Method Detail
-
getOldComparison
public Comparison getOldComparison()
- Specified by:
getOldComparison
in interfaceIComparisonAndScopeChange
- See Also:
IComparisonAndScopeChange.getOldComparison()
-
getNewComparison
public Comparison getNewComparison()
- Specified by:
getNewComparison
in interfaceIComparisonAndScopeChange
- See Also:
IComparisonAndScopeChange.getNewComparison()
-
getOldScope
public IComparisonScope getOldScope()
- Specified by:
getOldScope
in interfaceIComparisonAndScopeChange
- See Also:
IComparisonAndScopeChange.getOldScope()
-
getNewScope
public IComparisonScope getNewScope()
- Specified by:
getNewScope
in interfaceIComparisonAndScopeChange
- See Also:
IComparisonAndScopeChange.getNewScope()
-
-