please include function aiConceptsMap_cached. static AIConcept createAIConcept_listed(S globalID, S name, S comment, S universe) { RemoteDB db = new RemoteDB(aiConceptsProgram()); O[] params = { +globalID, +name, +comment, originatingUniverse := universe, touched := now() }; db.xnew("AIConcept", params); db.close(); AIConcept c = cnew(AIConcept, params); synchronized(aiConceptsMap_cached_cache) { put(aiConceptsMap_cached_cache!, c.globalID, c); } ret c; }
Began life as a copy of #1007551
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: | #1007867 |
Snippet name: | createAIConcept_listed |
Eternal ID of this version: | #1007867/3 |
Text MD5: | 3703a34b1e192ec3898f83a5e7073463 |
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-12 15:20:42 |
Source code size: | 494 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 570 / 584 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |