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

6
LINES

< > BotCompany Repo | #1011038 // ai_getRelation

JavaX fragment (include)

static L<S> ai_getRelation(S a, S b) {
  new LinkedHashSet<S> relations;
  for (WebNode n : indexedNodes(a))
    relations.addAll(web_texts(web_relationToNodeNamed(n, b)));
  ret asList(relations);
}

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: #1011038
Snippet name: ai_getRelation
Eternal ID of this version: #1011038/3
Text MD5: d3c6b7b1f8af8b60f83074d22bee8118
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 22:17:31
Source code size: 204 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 332 / 359
Version history: 2 change(s)
Referenced in: [show references]