|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.studentmodel2.data.Evidence
public class Evidence
This class contains evidence in the sense of an exercise result
(or part of it) for a given node in the knowledge base (mBase).
It contains information about:
EvidenceContainer| Field Summary | |
|---|---|
protected EvidenceData |
evidenceData
|
| Constructor Summary | |
|---|---|
Evidence()
Default constructor (empty) |
|
Evidence(Evidence evidence,
int new_distance)
Copies everything from the given evidence, but allows to set a new distance value |
|
Evidence(ExerciseResult exResult,
CognitiveProcess cognitiveProcess,
String conceptId)
Constructor |
|
Evidence(ExerciseResult exResult,
CognitiveProcess cognitiveProcess,
String conceptId,
int distance)
Constructor |
|
| Method Summary | |
|---|---|
double |
getAchievement()
|
CognitiveProcess |
getCognitiveProcess()
|
CompetencyLevel |
getCompetencyLevel()
|
String |
getConceptId()
|
int |
getConfidence()
|
EvidenceData |
getData()
|
Difficulty |
getDifficulty()
|
int |
getDistance()
Distance in the mBase graph to the originating concept |
long |
getEventId()
|
String |
getExerciseId()
|
double |
getIRTdifficulty()
|
String |
getKey()
Creates a key consisting of: userId "+" competencyID "+" conceptId "+" eventId |
long |
getStepDuration()
|
long |
getTimestamp()
|
String |
getUserId()
|
double |
getWeight()
|
boolean |
isDirectEvidence()
|
void |
setCognitiveProcess(CognitiveProcess cognitiveProcess)
Sets the cognitive process |
void |
setWeight(double weight)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected EvidenceData evidenceData
| Constructor Detail |
|---|
public Evidence()
public Evidence(Evidence evidence,
int new_distance)
evidence - new_distance -
public Evidence(ExerciseResult exResult,
CognitiveProcess cognitiveProcess,
String conceptId)
exResult - an exercise result containing information about the outcome
of an exercise done by a learnercognitiveProcess - the competency the exercise result is forconceptId - the corresponding concept iddistance - The distance to the originating concept
public Evidence(ExerciseResult exResult,
CognitiveProcess cognitiveProcess,
String conceptId,
int distance)
exResult - an exercise result containing information about the outcome
of an exercise done by a learnercognitiveProcess - the competency the exercise result is forconceptId - the corresponding concept iddistance - The distance to the originating concept| Method Detail |
|---|
public EvidenceData getData()
public double getAchievement()
public CognitiveProcess getCognitiveProcess()
public void setCognitiveProcess(CognitiveProcess cognitiveProcess)
cognitiveProcess - public CompetencyLevel getCompetencyLevel()
public String getConceptId()
public Difficulty getDifficulty()
public long getEventId()
public String getExerciseId()
public long getTimestamp()
public String getUserId()
public String getKey()
public int getDistance()
public boolean isDirectEvidence()
public double getIRTdifficulty()
public double getWeight()
public void setWeight(double weight)
weight - the weight to setpublic int getConfidence()
public long getStepDuration()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||