public final class VDiagnosticHelper extends Object
VDiagnostic elements for equality.| Modifier and Type | Method and Description |
|---|---|
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. |
public static boolean isEqual(VDiagnostic vDiagnostic1, VDiagnostic vDiagnostic2)
VDiagnostics with each other.vDiagnostic1 - the first VDiagnostic to comparevDiagnostic2 - the second VDiagnostic to compareVDiagnostics are equalpublic static VDiagnostic clean(VDiagnostic value)
VDiagnostic and merges all Diagnostic pointing to the same EObject.value - the VDiagnostic that should be cleanedVDiagnosticCopyright © 2018. All rights reserved.