org.eclipse.ocl.examples.pivot
Interface ProblemAware

All Known Implementing Classes:
QueryImpl

public interface ProblemAware

A mix-in interface indicating that implementations can provide problem diagnostics.

Author:
dvorak

Method Summary
 org.eclipse.emf.common.util.Diagnostic getProblems()
          Retrieves the problems available on this problem aware object
 

Method Detail

getProblems

org.eclipse.emf.common.util.Diagnostic getProblems()
Retrieves the problems available on this problem aware object

Returns:
the diagnostic object representing the problems or null in case that no problems are available.