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

9
LINES

< > BotCompany Repo | #1018051 // nlLogicCheckerWithFacts

JavaX fragment (include)

1  
static NLLogicChecker_v2 nlLogicCheckerWithFacts(LS facts) {
2  
  new NLLogicChecker_v2 c;
3  
  c.facts = facts;
4  
  ret c;
5  
}
6  
7  
static NLLogicChecker_v2 nlLogicCheckerWithFacts(S... facts) {
8  
  ret nlLogicCheckerWithFacts(asList(facts));
9  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018051
Snippet name: nlLogicCheckerWithFacts
Eternal ID of this version: #1018051/2
Text MD5: 977c3464f1164a817e6d79eb77cef33c
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-28 23:12:14
Source code size: 237 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 309 / 333
Version history: 1 change(s)
Referenced in: [show references]