Package org.eclipse.emf.common.util
Interface DiagnosticChain
- All Known Implementing Classes:
BasicDiagnostic
public interface DiagnosticChain
An accumulator of diagnostics.
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Diagnostic diagnostic) Adds the diagnostic to the chain.voidaddAll(Diagnostic diagnostic) Adds thechildrenof the diagnostic to the chain.voidmerge(Diagnostic diagnostic)
-
Method Details
-
add
Adds the diagnostic to the chain. -
addAll
Adds thechildrenof the diagnostic to the chain. -
merge
-