Methods in jitas.core that throw SubdomainNotFoundException |
java.util.SortedMap<java.lang.Integer,Problem> |
Domain.getProblems(java.lang.String subdomainName)
Get all the problems for a given subdomain |
Solution |
Domain.getSolution(java.lang.String subdomainName,
java.lang.Integer problemID)
Get the Solution of a problem, given the subdomain name and problem ID |
Subdomain |
Domain.getSubdomain(java.lang.String name)
Get the specific subdomain by its name |
void |
Tutor.selectSubdomain(java.lang.String userName,
java.lang.String subdomainName,
java.lang.String domainName)
|
void |
TutorInterface.selectSubdomain(java.lang.String userName,
java.lang.String subdomainName,
java.lang.String domainName)
Allows a user to select a subdomain to work on. |