abstract Agent > Agent_abs_NameToGenerator { void impl { for (AIConcept c : aiConcepts()) if (check(c.name)) gen(c); } abstract bool check(S name); abstract void gen(AIConcept c); }
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: | #1007645 | 
| Snippet name: | Agent_abs_NameToGenerator | 
| Eternal ID of this version: | #1007645/1 | 
| Text MD5: | ab7cc55f2d9fd3f7b673be1841269f2e | 
| Author: | stefan | 
| Category: | javax / a.i. | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-03-30 13:43:11 | 
| Source code size: | 221 bytes / 10 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 742 / 1339 | 
| Referenced in: | #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |