1 | sS ai_tryRuleWithDefaultFacts(S ruleID, S input) { |
2 | Pair<L<IfThen>, LS> p = ai_activeRulesAndFacts(); |
3 | L<IfThen> rules = filterByField(p.a, globalID := ruleID); |
4 | if (empty(rules)) ret "Rule " + ruleID + " not found"; |
5 | new NLLogicChecker_v3 c; |
6 | c.facts = p.b; |
7 | c.input = input; |
8 | new L checkingLog; |
9 | nlLogic_collectCheckingLog(c, checkingLog); |
10 | applyNLLogicFacts_v4(c, null, rules); |
11 | ret lines(checkingLog); |
12 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017926 |
Snippet name: | ai_tryRuleWithDefaultFacts |
Eternal ID of this version: | #1017926/1 |
Text MD5: | 7c09ba0c1ade6db1de7b587d0655babf |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-20 19:06:15 |
Source code size: | 428 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 438 / 462 |
Referenced in: | [show references] |