Constructor and Description |
---|
StableBeliefDecorator(IBelief decoratee,
int trueMin,
int falseMin) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
float |
getTruthValue()
Returns the truth value associated with this believe as a value between
0.0 (false) and 1.0 (true)
|
public StableBeliefDecorator(IBelief decoratee, int trueMin, int falseMin)
public float getTruthValue()
IBelief
getTruthValue
in interface IBelief