|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.diffmerge.internal.context.CompareControls
public final class CompareControls
Class to compare Controls for equality.
| Method Summary | |
|---|---|
static boolean |
areEqual(VControl left,
org.eclipse.emf.ecore.EObject leftDomainModel,
VControl right,
org.eclipse.emf.ecore.EObject rightDomainModel)
Compares to VControls. |
static boolean |
areEqual(VDomainModelReference left,
org.eclipse.emf.ecore.EObject leftDomainModel,
VDomainModelReference right,
org.eclipse.emf.ecore.EObject rightDomainModel)
Compares to VDomainModelReferences by comparing all values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean areEqual(VControl left,
org.eclipse.emf.ecore.EObject leftDomainModel,
VControl right,
org.eclipse.emf.ecore.EObject rightDomainModel)
VControls. This is just a convenience method which delegates to
areEqual(VDomainModelReference,EObject, VDomainModelReference,EObject).
left - the first VControl to compareleftDomainModel - The domain model of the left VControlright - the second VControl to comparerightDomainModel - The domain model of the right VControl
VDomainModelReferences are equal
public static boolean areEqual(VDomainModelReference left,
org.eclipse.emf.ecore.EObject leftDomainModel,
VDomainModelReference right,
org.eclipse.emf.ecore.EObject rightDomainModel)
VDomainModelReferences by comparing all values.
left - the first VDomainModelReferenceleftDomainModel - The domain model of the left VControlright - the second VDomainModelReferencerightDomainModel - The domain model of the right VControl
VDomainModelReferences are equal
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||