1 | static void web_addRelation(WebNode a, WebNode b, S rel) {
|
2 | if (a != null && b != null && rel != null) |
3 | a.web.getRelation(a, b).addLabel(rel); |
4 | } |
5 | |
6 | static void web_addRelation(Web web, S a, S b, S rel) {
|
7 | web_addRelation(web.node(a), web.node(b), rel); |
8 | } |
9 | |
10 | static void web_addRelation(WebNode a, S rel, WebNode b) {
|
11 | web_addRelation(a, b, rel); |
12 | } |
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: | #1010374 |
| Snippet name: | web_addRelation |
| Eternal ID of this version: | #1010374/4 |
| Text MD5: | 061c72e925360fcddcafac81b61620ac |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-08 23:54:29 |
| Source code size: | 360 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 764 / 790 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |