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

9
LINES

< > BotCompany Repo | #1018051 // nlLogicCheckerWithFacts

JavaX fragment (include)

static NLLogicChecker_v2 nlLogicCheckerWithFacts(LS facts) {
  new NLLogicChecker_v2 c;
  c.facts = facts;
  ret c;
}

static NLLogicChecker_v2 nlLogicCheckerWithFacts(S... facts) {
  ret nlLogicCheckerWithFacts(asList(facts));
}

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: 305 / 328
Version history: 1 change(s)
Referenced in: [show references]