Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1012782 // ai_filterTriples

JavaX fragment (include)

1  
static L<TripleWeb> ai_filterTriples(Symbol a, Symbol b, Symbol c, L<TripleWeb> l) {
2  
  new L<TripleWeb> out;
3  
  for (TripleWeb w : l)
4  
    if (canSimpleMatchTriple_dollarVars(a, b, c, w))
5  
      out.add(w);
6  
  ret out;
7  
}

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: #1012782
Snippet name: ai_filterTriples
Eternal ID of this version: #1012782/1
Text MD5: 27da62d0f59296383f3fce69a3a131f6
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-13 02:55:15
Source code size: 222 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 390 / 402
Referenced in: [show references]