Package org.activemath.learner.model

Interface Summary
LearnerModelInterface This interface defines methods to extract data from a learner model needed by the course generator to perform it's task.
 

Class Summary
LearnerModelProvider This class provides access to the learner models.
NoOpLM implementation of LearnerModelInterface that always answers default values.
SlmAdapter This class wraps a LearnerModel to support the methods required by the LearnerModelInterface.