1 | static void ai_spec_webIsTriple(S globalID) {
|
2 | ai_spec_webIsTriple(ai_getWebFromTerm(globalID)); |
3 | } |
4 | |
5 | static void ai_spec_webIsTriple(Web web) {
|
6 | if (web == null) ret; |
7 | ai_postTriple(web.globalID(), "is a", "web"); |
8 | ai_postTriple(web.globalID(), "see:", "Web " + web.globalID); |
9 | T3<S> t = webToTriple(web); |
10 | if (t != null) |
11 | ai_postTriple("Web " + web.globalID, "is triple", ai_renderTriple(t));
|
12 | else |
13 | ai_postTriple("Web " + web.globalID, "is not a", "triple");
|
14 | } |
Began life as a copy of #1011862
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012026 |
| Snippet name: | ai_spec_webIsTriple |
| Eternal ID of this version: | #1012026/4 |
| Text MD5: | 201bedb02a2cea4a8a62279462fdeccf |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-26 20:51:46 |
| Source code size: | 487 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 678 / 724 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |