1 | static Collection<S> ai_gazelle_makeIWantToKnows(RuleEngine2_MatchedRule r) { |
2 | new LinkedHashSet<S> out; |
3 | if (r != null) { |
4 | S s = first(r.remainingConditions); |
5 | if (s != null) |
6 | out.add("I want to know whether " + s); |
7 | } |
8 | ret out; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021463 |
Snippet name: | ai_gazelle_makeIWantToKnows |
Eternal ID of this version: | #1021463/4 |
Text MD5: | 1b787cb1c54538ed6d857627a0b9142f |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-14 00:17:15 |
Source code size: | 254 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 273 / 313 |
Version history: | 3 change(s) |
Referenced in: | [show references] |