1 | static F1<ExecutedRule, Map> itemToMap_ExecutedRule_v2() { |
2 | ret func(ExecutedRule r) -> Map { |
3 | litorderedmap( |
4 | "Output" := nullIfEmpty(join("|", r.output)), |
5 | "Produced Facts" := nullIfEmpty(join("|", r.facts)), |
6 | "New Input" := nullIfEmpty(join("|", r.newInput)), |
7 | Rule := nlLogic_ruleWithParamsForUser(r.rule)) |
8 | }; |
9 | } |
Began life as a copy of #1018273
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: | #1018305 |
Snippet name: | itemToMap_ExecutedRule_v2 |
Eternal ID of this version: | #1018305/1 |
Text MD5: | a2f7fc8f102efae3aa620992d631b235 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-09-17 13:34:24 |
Source code size: | 349 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 357 / 382 |
Referenced in: | [show references] |