Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.common.util
Interface DiagnosticChain

All Known Implementing Classes:
BasicDiagnostic


public interface DiagnosticChain

An accumulator of diagnostics.


Method Summary
 void add(Diagnostic diagnostic)
          Adds the diagnostic to the chain.
 void addAll(Diagnostic diagnostic)
          Adds the children of the diagnostic to the chain.
 void merge(Diagnostic diagnostic)
          If the diagnostic has children, adds those children, otherwise, adds the diagnostic.
 

Method Detail

 

 

add

public void add(Diagnostic diagnostic)

Adds the diagnostic to the chain.


 

 

addAll

public void addAll(Diagnostic diagnostic)

Adds the children of the diagnostic to the chain.


 

 

merge

public void merge(Diagnostic diagnostic)

If the diagnostic has children, adds those children, otherwise, adds the diagnostic.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD