|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBeliefContainer
| 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. |
| Method Detail |
|---|
double getPignistic()
void setPignistic(double pignistic)
pignistic - - the pignistic value, the mastery, a value in [0,1],
-1 for unknowndouble getPlausibility()
void setPlausibility(double plausibility)
plausibility - - the plausibility value for the mastery,
a value in [0,1]boolean isIndirectEvidenceUsed()
void setIndirectEvidenceUsed(boolean usedIndirectEvidence)
usedIndirectEvidence - - set true if indirect evidence has been taken
into account for computing the mastery, else set to false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||