* Registers fact with the almanac * @param {[type]} fact [description]
(fact)
| 72 | * @param {[type]} fact [description] |
| 73 | */ |
| 74 | _addConstantFact (fact) { |
| 75 | this.factMap.set(fact.id, fact) |
| 76 | this._setFactValue(fact, {}, fact.value) |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Sets the computed value of a fact |
no test coverage detected