1 | static L<S> ai_getRelation(S a, S b) { |
2 | new LinkedHashSet<S> relations; |
3 | for (WebNode n : indexedNodes(a)) |
4 | relations.addAll(web_texts(web_relationToNodeNamed(n, b))); |
5 | ret asList(relations); |
6 | } |
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: | 403 / 438 |
Version history: | 2 change(s) |
Referenced in: | [show references] |