Package org.activemath.tutor.coursegen.learnerModel

Class Summary
AbstractLearnerModel This abstract class defines an abstract learnermodel, which can be extended into different kinds of real learnermodels.
DefaultAMLearnerModel This class implements the AbstractLearnerModel using the default Activemath learner model.
ExternalLearnerModel In the future, this class will implement a web service adapter for plugging in external learnermodels.
LearnerModelManager Here we manage all the learnermodels, internal ones and external ones.
LearnerModelUtil This class facilitates the access to the learnermodels.
TempLearnerModel This class implementes a simple learnermodel that simulates a temporary learnermodel for storing the information of learner.
 

Exception Summary
UnknownLearnerModelException Sign some Exception by unknown learnermodel.