|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.view.internal.validation.VDiagnosticHelper
public final class VDiagnosticHelper
This class compares to VDiagnostic elements for equality.
| Method Summary | |
|---|---|
static VDiagnostic |
clean(VDiagnostic value)
Analysis a VDiagnostic and merges all Diagnostic pointing to the same EObject. |
static boolean |
isEqual(VDiagnostic vDiagnostic1,
VDiagnostic vDiagnostic2)
Compares two VDiagnostics with each other. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isEqual(VDiagnostic vDiagnostic1,
VDiagnostic vDiagnostic2)
VDiagnostics with each other.
vDiagnostic1 - the first VDiagnostic to comparevDiagnostic2 - the second VDiagnostic to compare
VDiagnostics are equalpublic static VDiagnostic clean(VDiagnostic value)
VDiagnostic and merges all Diagnostic pointing to the same EObject.
value - the VDiagnostic that should be cleaned
VDiagnostic
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||