Uses of Class
cbr.framework.Solution

Packages that use Solution
cbr.framework   
 

Uses of Solution in cbr.framework
 

Methods in cbr.framework that return Solution
 Solution Case.getSolution()
          Retrieve the solution for this case.
 

Methods in cbr.framework with parameters of type Solution
 void Case.setSolution(Solution solution)
          Set the Solution for this case.