|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.studentmodel2.assessment.tbm.TBMBeliefContainer
public class TBMBeliefContainer
| Constructor Summary | |
|---|---|
TBMBeliefContainer()
|
|
| Method Summary | |
|---|---|
HypothesesContainer |
getBeliefMasses()
|
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 |
setBeliefMasses(HypothesesContainer beliefMasses)
|
void |
setIndirectEvidenceUsed(boolean indirectEvidenceUsed)
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TBMBeliefContainer()
| Method Detail |
|---|
public HypothesesContainer getBeliefMasses()
public void setBeliefMasses(HypothesesContainer beliefMasses)
beliefMasses - the hypotheses to setpublic double getPignistic()
IBeliefContainer
getPignistic in interface IBeliefContainerpublic void setPignistic(double pignistic)
IBeliefContainer
setPignistic in interface IBeliefContainerpignistic - the pignistic to setpublic double getPlausibility()
IBeliefContainer
getPlausibility in interface IBeliefContainerpublic void setPlausibility(double plausibility)
IBeliefContainer
setPlausibility in interface IBeliefContainerplausibility - the plausibility to setpublic boolean isIndirectEvidenceUsed()
IBeliefContainer
isIndirectEvidenceUsed in interface IBeliefContainerpublic void setIndirectEvidenceUsed(boolean indirectEvidenceUsed)
IBeliefContainer
setIndirectEvidenceUsed in interface IBeliefContainerindirectEvidenceUsed - the indirectEvidenceUsed to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||