sclass Node extends Concept { S globalID = isTrue(DynamicObject_loading.get()) ? null : aGlobalID(); S importedFrom; // computer or snippet ID S originatingUniverse; // global ID of "universe" concept was created in bool exportable = true; new Ref<PNGFile> pngFile; S imageMD5, suggestedImageMD5; new Ref<PNGFile> suggestedImage; bool searchedForSuggestedImage; long imported, touched; // timestamps long dataLength; // length of optional byte data (wherever it is stored) bool dataIsText; // can optional data be shown as text } sclass AIConcept extends Node { S name; S comment; }
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wtqryiryparv
No comments. add comment
Snippet ID: | #1007160 |
Snippet name: | concept AIConcept + Node |
Eternal ID of this version: | #1007160/19 |
Text MD5: | 858f2a7f798ed2469b92bc537398f351 |
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-17 15:48:50 |
Source code size: | 626 bytes / 18 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 737 / 4400 |
Version history: | 18 change(s) |
Referenced in: | #1006463 - My AI Concepts [WORKS] #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |