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

6
LINES

< > BotCompany Repo | #1012004 // ai_invalidateWholeTerm - invalidate all relations of a term

JavaX fragment (include)

1  
static int ai_invalidateWholeTerm(S term) {
2  
  int n = 0;
3  
  for (WebNode node : indexedNodes(term))
4  
    if (ai_invalidateWeb(node.web) != null) ++n;
5  
  ret n;
6  
}

Author comment

Began life as a copy of #1012003

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: #1012004
Snippet name: ai_invalidateWholeTerm - invalidate all relations of a term
Eternal ID of this version: #1012004/3
Text MD5: 36c49936c7bfed4f7d4b52943d31fa32
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-03 19:15:21
Source code size: 163 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 400 / 460
Version history: 2 change(s)
Referenced in: [show references]