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

16
LINES

< > BotCompany Repo | #1011465 // VirtualNodeIndex

JavaX fragment (include)

abstract sclass VirtualNodeIndex {
  // concepts that are used in the generated webs,
  // but can't be queried
  new TreeSet<S> implicitConcepts;
  
  abstract int numWebs();
  abstract int numTerms();
  abstract L<WebNode> get(CharSequence query);
  bool hasShortTerm(S s) { false; }
  Web getWeb(GlobalID id) { ret null; }
  Collection<Symbol> indexedTerms() { null; }
  
  Collection<TripleWeb> allTriples() { null; }
  
  Set<S> implicitConcepts() { ret implicitConcepts; }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011465
Snippet name: VirtualNodeIndex
Eternal ID of this version: #1011465/15
Text MD5: d8f973898c6792bb141f5e17458e6fe0
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-10 07:18:53
Source code size: 495 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 570 / 1825
Version history: 14 change(s)
Referenced in: [show references]