1 | please include function getThoughtSpace. |
2 | |
3 | static void addThoughtSpace(ThoughtSpace ts) {
|
4 | getThoughtSpace_map.put(ts.globalID, ts); |
5 | if (!aiConceptsMap_cached().containsKey(ts.globalID)) {
|
6 | AIConcept c = unlisted(AIConcept); |
7 | c.globalID = ts.globalID; |
8 | c.name = "-> a thought space"; |
9 | aiConceptsMap_cached().put(c.globalID, c); |
10 | } |
11 | } |
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: | 805 / 823 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |