* Returns a fact by fact-id * @param {string} factId - fact identifier * @return {Fact} fact instance, or undefined if no such fact exists
(factId)
| 226 | * @return {Fact} fact instance, or undefined if no such fact exists |
| 227 | */ |
| 228 | getFact (factId) { |
| 229 | return this.facts.get(factId) |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * Runs an array of rules |
no outgoing calls
no test coverage detected