static L<TripleWeb> websMadeByProgramAsTriples(S progID) { ret websMadeByProgramAsTriples(progID, null); } static L<TripleWeb> websMadeByProgramAsTriples(S progID, Map<Web, SoftwareMadeWeb> furtherInfoMap) { L<TripleWeb> triples = ai_triplesMadeByProgramAsTriples(progID); new L<Web> webs; ai_loadWebsFromFile(programFile(progID, "webs-made.txt"), progID, webs, furtherInfoMap); triples.addAll(websToTripleWebs(webs)); ret triples; }
Began life as a copy of #1011177
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012445 |
Snippet name: | websMadeByProgramAsTriples |
Eternal ID of this version: | #1012445/3 |
Text MD5: | a978832990ac4878bc8218a3857c9222 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-03 16:40:38 |
Source code size: | 458 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 466 / 451 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013756 - triplesByProgram - synonym of websMadeByProgramAsTriples |