org.ucworkbench.model.tools
Interface IProblemRegistry

All Known Subinterfaces:
IModelParser

public interface IProblemRegistry

Collects problem for the UC project.


Method Summary
 java.util.List<IModelProblem> getProblems()
          Returns the list of problems currently registered.
 void registerProblem(IModelProblem problem)
          Stores a new problem in the registry
 

Method Detail

getProblems

java.util.List<IModelProblem> getProblems()
Returns the list of problems currently registered.

Returns:

registerProblem

void registerProblem(IModelProblem problem)
Stores a new problem in the registry

Parameters:
problem -