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

7
LINES

< > BotCompany Repo | #1010011 // web_relationsOfTypeIC

JavaX fragment (include)

static L<Pair<WebNode>> web_relationsOfTypeIC(Web web, S type) {
  L<Pair<WebNode>> l = new L;
  for (Pair<WebNode> p : keys(web.relations))
    if (web_hasLabelIC(web.getRelation(p), type))
      l.add(p);
  ret l;
}

Author comment

Began life as a copy of #1009971

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: #1010011
Snippet name: web_relationsOfTypeIC
Eternal ID of this version: #1010011/1
Text MD5: 5cf51bf36982403f807a0c8d2de411b0
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-28 20:50:07
Source code size: 223 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 340 / 362
Referenced in: [show references]