|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.studentmodel2.assessment.simple.SimpleBeliefContainer
public class SimpleBeliefContainer
| Field Summary | |
|---|---|
protected boolean |
indirectEvidenceUsed
|
protected double |
mastery
|
| Constructor Summary | |
|---|---|
SimpleBeliefContainer()
|
|
| Method Summary | |
|---|---|
double |
getPignistic()
Get the pignistic value (the mastery) stored in the BeliefContainer. |
double |
getPlausibility()
Get the plausibility value of the mastery stored in the BeliefContainer. |
boolean |
isIndirectEvidenceUsed()
Has indirect evidence been used to form the belief |
void |
setIndirectEvidenceUsed(boolean usedIndirectEvidence)
Set whether indirect evidence been used to form the belief or not |
void |
setPignistic(double pignistic)
Set the pignistic value (the mastery) stored in the BeliefContainer. |
void |
setPlausibility(double plausibility)
Set the plausibility value for the mastery stored in the BeliefContainer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean indirectEvidenceUsed
protected double mastery
| Constructor Detail |
|---|
public SimpleBeliefContainer()
| Method Detail |
|---|
public double getPignistic()
IBeliefContainer
getPignistic in interface IBeliefContainerpublic double getPlausibility()
IBeliefContainer
getPlausibility in interface IBeliefContainerpublic boolean isIndirectEvidenceUsed()
IBeliefContainer
isIndirectEvidenceUsed in interface IBeliefContainerpublic void setIndirectEvidenceUsed(boolean usedIndirectEvidence)
IBeliefContainer
setIndirectEvidenceUsed in interface IBeliefContainerusedIndirectEvidence - - set true if indirect evidence has been taken
into account for computing the mastery, else set to falsepublic void setPignistic(double pignistic)
IBeliefContainer
setPignistic in interface IBeliefContainerpignistic - - the pignistic value, the mastery, a value in [0,1],
-1 for unknownpublic void setPlausibility(double plausibility)
IBeliefContainer
setPlausibility in interface IBeliefContainerplausibility - - the plausibility value for the mastery,
a value in [0,1]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||