org.activemath.studentmodel2.assessment
Class BeliefModelManager

java.lang.Object
  extended by org.activemath.studentmodel2.assessment.BeliefModelManager

public class BeliefModelManager
extends Object


Field Summary
protected static Logger log
           
 
Method Summary
 void changeBeliefModel(String modelName)
          Change the BeliefModel used in SLM.
 IBeliefModel getBeliefModel()
          Get the system defined BeliefModel
static BeliefModelManager getInstance()
          Get a static instance of the BeliefModelManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Method Detail

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:

Parameters:
modelName - - the name of the beliefModel to be used