Uses 911K of libraries. Click here for Pure Java version (11491L/61K).
1 | !7 |
2 | |
3 | concept AIPackage { |
4 | S text; |
5 | S verificationResult; |
6 | |
7 | sS _fieldOrder = "text verificationResult"; |
8 | } |
9 | |
10 | cmodule AIPackagesCRUD > DynCRUD<AIPackage> { |
11 | // API |
12 | |
13 | void storeAIPackage(S text, S verificationResult) { |
14 | cset(uniq AIPackage(+text), +verificationResult); |
15 | } |
16 | |
17 | start { |
18 | crud.multiLineFields = litset("text"); |
19 | } |
20 | } |
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: | #1027413 |
Snippet name: | AI Packages CRUD |
Eternal ID of this version: | #1027413/3 |
Text MD5: | f2670f409d4b88d8ee5c6ff7245befd0 |
Transpilation MD5: | 2e261cc8cdd32ac2cd83832613312ded |
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-03-18 15:57:39 |
Source code size: | 360 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 237 / 424 |
Version history: | 2 change(s) |
Referenced in: | [show references] |