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

20
LINES

< > BotCompany Repo | #1022202 // Gazelle: Line Judgements

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

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

!7

concept LineJudgement {
  S context;
  S judgement;
  S source;
}

cmodule GLineJudgements > DynCRUD<LineJudgement> {
  start {
    dbIndexing(LineJudgement, 'context);
    addCountToName();
  }
  
  // API
  
  S judgementForContext(S context) {
    ret joinWithComma(uniquify(collect judgement(conceptsWhere LineJudgement(+context))));
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022202
Snippet name: Gazelle: Line Judgements
Eternal ID of this version: #1022202/4
Text MD5: edbb33e98b798b889166d95a99b9c059
Transpilation MD5: 75ec5ba693f87709540dcb4457cdfd86
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: 2019-03-11 11:08:40
Source code size: 366 bytes / 20 lines
Pitched / IR pitched: No / No
Views / Downloads: 249 / 616
Version history: 3 change(s)
Referenced in: [show references]