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

6
LINES

< > BotCompany Repo | #1011006 // ai_lookupOperation - look up a node + a foward relation

JavaX fragment (include)

static L<WebNode> ai_lookupOperation(S a, S rel) {
  new L<WebNode> l;
  for (WebNode n : indexedNodes(a))
    l.addAll(web_operands(n, rel));
  ret l;
}

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: #1011006
Snippet name: ai_lookupOperation - look up a node + a foward relation
Eternal ID of this version: #1011006/1
Text MD5: 0c003ffa6db9d2509b654b93b6bd1816
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-11 17:05:15
Source code size: 158 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 345 / 364
Referenced in: [show references]