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

9
LINES

< > BotCompany Repo | #1012641 // currentThoughtSpace

JavaX fragment (include)

static ThreadLocal<AbstractThoughtSpace> currentThoughtSpace_value = new ThreadLocal<AbstractThoughtSpace>() {
  public AbstractThoughtSpace initialValue() {
    ret new GlobalThoughtSpace;
  }
};

static AbstractThoughtSpace currentThoughtSpace() {
  ret currentThoughtSpace_value!;
}

Author comment

Began life as a copy of #1012062

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: #1012641
Snippet name: currentThoughtSpace
Eternal ID of this version: #1012641/6
Text MD5: ba7538c2a99f276063289bea82201baa
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-13 17:35:06
Source code size: 293 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 347 / 398
Version history: 5 change(s)
Referenced in: [show references]