|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.studentmodel2.simulation.Simulee
public class Simulee
This class defines a simulated student (referred to as simulee). It provides information about the real mastery for concepts. In future possibly other variables like motivation etc.
| Constructor Summary | |
|---|---|
Simulee()
|
|
| Method Summary | |
|---|---|
Map |
getCompetencies()
|
int |
getCompetencyMastery(String conceptId,
String competencyId)
Return the mastery for a competency given a specific concept |
int |
getConceptMastery(String conceptId)
Return the mastery for a concept |
String |
getSimuleeId()
|
boolean |
hasMastery(String conceptId)
Check whether a mastery for a concept is available |
void |
setCompetencies(Map competencies)
|
void |
setCompetencyMastery(String conceptId,
String competencyId,
int mastery)
|
void |
setConceptMastery(String conceptId,
int mastery)
Set the mastery for a concept |
void |
setSimuleeId(String simuleeId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Simulee()
| Method Detail |
|---|
public int getConceptMastery(String conceptId)
conceptId - - for which concept
public void setConceptMastery(String conceptId,
int mastery)
conceptId - - for which conceptmastery - - The aggregated mastery over all competencies
public int getCompetencyMastery(String conceptId,
String competencyId)
conceptId - - for which conceptcompetencyId - - for which competency
public void setCompetencyMastery(String conceptId,
String competencyId,
int mastery)
public boolean hasMastery(String conceptId)
conceptId - - the concept to check for
public Map getCompetencies()
public void setCompetencies(Map competencies)
competencies - the competencies to setpublic String getSimuleeId()
public void setSimuleeId(String simuleeId)
simuleeId - the simuleeId to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||