org.activemath.studentmodel2.assessment
Class BeliefModelManager
java.lang.Object
org.activemath.studentmodel2.assessment.BeliefModelManager
public class BeliefModelManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static Logger log
getInstance
public static BeliefModelManager getInstance()
- Get a static instance of the BeliefModelManager
- Returns:
- - The BeliefModelManager object
getBeliefModel
public IBeliefModel getBeliefModel()
- Get the system defined BeliefModel
- Returns:
- - a BeliefModel
changeBeliefModel
public void changeBeliefModel(String modelName)
- Change the BeliefModel used in SLM.
Possible Models are:
- "TBM" - TransferrableBeliefModel
- "simple" - simple averaging
- Parameters:
modelName - - the name of the beliefModel to be used