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

30
LINES

< > BotCompany Repo | #1011844 // ISpec - speculation environment

JavaX fragment (include)

1  
public static interface ISpec {
2  
  Lock aiLock();
3  
  bool ai_cache_hasTriple(S a, S b, S c);
4  
  S ai_postTriple(S a, S b, S c);
5  
  S ai_setMaker(S maker);
6  
  L<S> allIndexedFullTerms();
7  
  L<S> ai_texts_verified(S a, S b, S c);
8  
  S ai_text(S a, S b, S c);
9  
  Web ai_blob(S word, bool verified);
10  
  L<WebNode> ai_index_search_dollarX(S a, S b, S c);
11  
  L<WebNode> indexedNodes(S s);
12  
  L<Web> indexedWebs(S s);
13  
  Set<GlobalID> ai_invalidatedWebs();
14  
  void ai_invalidatedWebs_cache_put(GlobalID a, GlobalID b);
15  
  MultiMap<S, WebNode> cachedNodeIndex2();
16  
  Web ai_getWeb(S id);
17  
  void ai_setSubSpace(AI_SubSpace subSpace);
18  
  AI_SubSpace ai_currentSubSpace();
19  
  Set<S> ai_mainIndexKeys();
20  
  TripleIndex tripleIndex();
21  
  void ai_removeWeb(Web web);
22  
  L<VirtualNodeIndex> virtualNodeIndices();
23  
  bool ai_enabled();
24  
  bool ai_useThoughtSpaces();
25  
  bool ai_inTripleMode();
26  
  AbstractThoughtSpace currentThoughtSpace();
27  
  <A extends AbstractThoughtSpace> A thoughtSpace(A ts);
28  
  void ai_markMemoryDirty();
29  
  bool ai_isMemoryDirty();
30  
}

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: #1011844
Snippet name: ISpec - speculation environment
Eternal ID of this version: #1011844/28
Text MD5: 2f5cdc5c0adba3488e15513a02790f9c
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-15 14:21:23
Source code size: 1044 bytes / 30 lines
Pitched / IR pitched: No / No
Views / Downloads: 479 / 1272
Version history: 27 change(s)
Referenced in: [show references]