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

19
LINES

< > BotCompany Repo | #1028437 // Dialog + Assumptions

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (11518L/58K).

!7

concept Assumption {
  S text, status;
  sS _fieldOrder = "text status";
}

set flag NoMainConcepts. // Save code
cmodule DialogPlusAssumptions > DynConvo {
  new Concepts concepts;
  transient CRUD<Assumption> assumptionsCRUD;
  
  start {
    dm_initNestedConcepts(concepts);
    assumptionsCRUD = new CRUD<>(concepts, Assumption);
  }
  
  visual jhsplit(super, jCenteredSection("Assumptions", assumptionsCRUD.visualize()));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028437
Snippet name: Dialog + Assumptions
Eternal ID of this version: #1028437/10
Text MD5: 555b3c986e96da90b158ed21c29c2a9a
Transpilation MD5: e14b0f3fb6fad3dd6ee9310b4ba1ecc3
Author: stefan
Category: javax / a.i.
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-20 17:34:07
Source code size: 451 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 173 / 2235
Version history: 9 change(s)
Referenced in: [show references]