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

11
LINES

< > BotCompany Repo | #1008198 // addThoughtSpace

JavaX fragment (include)

please include function getThoughtSpace.

static void addThoughtSpace(ThoughtSpace ts) {
  getThoughtSpace_map.put(ts.globalID, ts);
  if (!aiConceptsMap_cached().containsKey(ts.globalID)) {
    AIConcept c = unlisted(AIConcept);
    c.globalID = ts.globalID;
    c.name = "-> a thought space";
    aiConceptsMap_cached().put(c.globalID, c);
  }
}

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: #1008198
Snippet name: addThoughtSpace
Eternal ID of this version: #1008198/4
Text MD5: b4e275614c0cd6deab0d49251c4f0f5b
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-30 02:27:42
Source code size: 357 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 497 / 508
Version history: 3 change(s)
Referenced in: [show references]