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

15
LINES

< > BotCompany Repo | #1009990 // webFromCircleEditor

JavaX fragment (include)

1  
static Concepts webFromCircleEditor_concepts;
2  
static Lock webFromCircleEditor_lock = lock();
3  
4  
static Web webFromCircleEditor(long drawingID) {
5  
  Drawing d = getConcept(webFromCircleEditor_concepts(), Drawing, drawingID);
6  
  if (d == null) null;
7  
  ret /*web_labelsToUpperCase*/ calToWeb(d.cal());
8  
}
9  
10  
static Concepts webFromCircleEditor_concepts() {
11  
  lock webFromCircleEditor_lock;
12  
  if (webFromCircleEditor_concepts == null)
13  
    webFromCircleEditor_concepts = new Concepts(#1007609).load();
14  
  ret webFromCircleEditor_concepts;
15  
}

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: #1009990
Snippet name: webFromCircleEditor
Eternal ID of this version: #1009990/5
Text MD5: 68561c4bfac98ca1ea2fa65e2ece826b
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-28 18:24:26
Source code size: 541 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 507 / 525
Version history: 4 change(s)
Referenced in: [show references]