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)

public static interface ISpec {
  Lock aiLock();
  bool ai_cache_hasTriple(S a, S b, S c);
  S ai_postTriple(S a, S b, S c);
  S ai_setMaker(S maker);
  L<S> allIndexedFullTerms();
  L<S> ai_texts_verified(S a, S b, S c);
  S ai_text(S a, S b, S c);
  Web ai_blob(S word, bool verified);
  L<WebNode> ai_index_search_dollarX(S a, S b, S c);
  L<WebNode> indexedNodes(S s);
  L<Web> indexedWebs(S s);
  Set<GlobalID> ai_invalidatedWebs();
  void ai_invalidatedWebs_cache_put(GlobalID a, GlobalID b);
  MultiMap<S, WebNode> cachedNodeIndex2();
  Web ai_getWeb(S id);
  void ai_setSubSpace(AI_SubSpace subSpace);
  AI_SubSpace ai_currentSubSpace();
  Set<S> ai_mainIndexKeys();
  TripleIndex tripleIndex();
  void ai_removeWeb(Web web);
  L<VirtualNodeIndex> virtualNodeIndices();
  bool ai_enabled();
  bool ai_useThoughtSpaces();
  bool ai_inTripleMode();
  AbstractThoughtSpace currentThoughtSpace();
  <A extends AbstractThoughtSpace> A thoughtSpace(A ts);
  void ai_markMemoryDirty();
  bool ai_isMemoryDirty();
}

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: 476 / 1267
Version history: 27 change(s)
Referenced in: [show references]