Uses of Class
core.CoreException

Packages that use CoreException
core   
gui.workSpace   
 

Uses of CoreException in core
 

Methods in core that throw CoreException
 void Bayes.run(int idTest, int result)
          This method update the current identification state with the supplied result for the test
 

Constructors in core that throw CoreException
Bayes(Context con, Matrix mat, Configuration cnf, int[] test_resu)
          Constructs the Identifier and runs it with a single-step for all the non-missed test results supplied in the array
 

Uses of CoreException in gui.workSpace
 

Methods in gui.workSpace that throw CoreException
private  void WorkspaceManager.changeTest(int idTest, int resTest)
           
private  void WorkspaceManager.doTest(int idTest, int resTest)
           
 void WorkspaceManager.recalculateAll()
          Recalculates all the context
 

Constructors in gui.workSpace that throw CoreException
WorkspaceManager(Workspace workspace)