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

18
LINES

< > BotCompany Repo | #1007160 // concept AIConcept + Node

JavaX fragment (include)

1  
sclass Node extends Concept {
2  
  S globalID = isTrue(DynamicObject_loading.get()) ? null : aGlobalID();
3  
  S importedFrom; // computer or snippet ID
4  
  S originatingUniverse; // global ID of "universe" concept was created in
5  
  bool exportable = true;
6  
  new Ref<PNGFile> pngFile;
7  
  S imageMD5, suggestedImageMD5;
8  
  new Ref<PNGFile> suggestedImage;
9  
  bool searchedForSuggestedImage;
10  
  long imported, touched; // timestamps
11  
  long dataLength; // length of optional byte data (wherever it is stored)
12  
  bool dataIsText; // can optional data be shown as text
13  
}
14  
15  
sclass AIConcept extends Node {
16  
  S name;
17  
  S comment;
18  
}

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: 631 / 4291
Version history: 18 change(s)
Referenced in: [show references]