Uses of Class
jitas.core.Solution

Packages that use Solution
jitas.core   
jitas.util   
 

Uses of Solution in jitas.core
 

Methods in jitas.core that return Solution
 Solution Problem.getSolution()
          Get the solution of a Problem
 Solution Subdomain.getSolution(int problemNumber)
           
 Solution Domain.getSolution(java.lang.String subdomainName, java.lang.Integer problemID)
          Get the Solution of a problem, given the subdomain name and problem ID
 

Methods in jitas.core with parameters of type Solution
 void Problem.setSolution(Solution solution)
          Set the solution of a Problem
 Feedback Tutor.submitSolution(Solution studentSolution, java.lang.String userName, java.lang.String domainName)
           
 Feedback TutorInterface.submitSolution(Solution studentSolution, java.lang.String userName, java.lang.String domainName)
          Used when a student wishes to submit their solution to the current problem.
 

Uses of Solution in jitas.util
 

Methods in jitas.util with parameters of type Solution
static Feedback SolutionEvaluator.evaluateSolution(Solution studentSolution, Student student, Domain domain, java.lang.String subdomainName, boolean external)
          Evaluate a students solution.