1 | static AI_DefaultISpec ai_defaultISpec_value; |
2 | |
3 | static AI_DefaultISpec ai_defaultISpec() { |
4 | if (ai_defaultISpec_value == null) |
5 | ai_defaultISpec_value = new AI_DefaultISpec; |
6 | ret ai_defaultISpec_value; |
7 | } |
8 | |
9 | sclass AI_DefaultISpec implements ISpec { |
10 | public Lock aiLock() { ret main.aiLock(); } |
11 | |
12 | public bool ai_cache_hasTriple(S a, S b, S c) { |
13 | ret main.ai_cache_hasTriple(a, b, c); |
14 | } |
15 | |
16 | public S ai_postTriple(S a, S b, S c) { |
17 | ret main.ai_postTriple(a, b, c); |
18 | } |
19 | |
20 | public S ai_setMaker(S maker) { |
21 | ret main.ai_setMaker(maker); |
22 | } |
23 | |
24 | public L<S> allIndexedFullTerms() { |
25 | ret main.allIndexedFullTerms(); |
26 | } |
27 | |
28 | public L<S> ai_texts_verified(S a, S b, S c) { |
29 | ret main.ai_texts_verified(a, b, c); |
30 | } |
31 | |
32 | public S ai_text(S a, S b, S c) { |
33 | ret main.ai_text(a, b, c); |
34 | } |
35 | |
36 | public Web ai_blob(S word, bool verified) { |
37 | ret main.ai_blob(word, verified); |
38 | } |
39 | |
40 | public L<WebNode> ai_index_search_dollarX(S a, S b, S c) { |
41 | ret main.ai_index_search_dollarX(a, b, c); |
42 | } |
43 | |
44 | public L<WebNode> indexedNodes(S s) { |
45 | ret main.indexedNodes(s); |
46 | } |
47 | |
48 | public L<Web> indexedWebs(S s) { |
49 | ret main.indexedWebs(s); |
50 | } |
51 | |
52 | public Set<GlobalID> ai_invalidatedWebs() { |
53 | ret main.ai_invalidatedWebs(); |
54 | } |
55 | |
56 | public void ai_invalidatedWebs_cache_put(GlobalID a, GlobalID b) { |
57 | main.ai_invalidatedWebs_cache_put(a, b); |
58 | } |
59 | |
60 | public MultiMap<S, WebNode> cachedNodeIndex2() { |
61 | ret main.cachedNodeIndex2(); |
62 | } |
63 | |
64 | public Web ai_getWeb(S id) { |
65 | ret main.ai_getWeb(id); |
66 | } |
67 | |
68 | public void ai_setSubSpace(AI_SubSpace subSpace) { |
69 | main.ai_setSubSpace(subSpace); |
70 | } |
71 | |
72 | public AI_SubSpace ai_currentSubSpace() { |
73 | ret main.ai_currentSubSpace(); |
74 | } |
75 | |
76 | public Set<S> ai_mainIndexKeys() { |
77 | ret main.ai_mainIndexKeys(); |
78 | } |
79 | |
80 | public TripleIndex tripleIndex() { |
81 | ret main.tripleIndex(); |
82 | } |
83 | |
84 | public void ai_removeWeb(Web web) { |
85 | main.ai_removeWeb(web); |
86 | } |
87 | |
88 | public L<VirtualNodeIndex> virtualNodeIndices() { |
89 | ret main.virtualNodeIndices(); |
90 | } |
91 | |
92 | public bool ai_enabled() { |
93 | ret main.ai_enabled(); |
94 | } |
95 | |
96 | public bool ai_useThoughtSpaces() { |
97 | ret main.ai_useThoughtSpaces(); |
98 | } |
99 | |
100 | public bool ai_inTripleMode() { |
101 | ret main.ai_inTripleMode(); |
102 | } |
103 | |
104 | public AbstractThoughtSpace currentThoughtSpace() { |
105 | ret main.currentThoughtSpace(); |
106 | } |
107 | |
108 | public <A extends AbstractThoughtSpace> A thoughtSpace(A ts) { |
109 | ret main.thoughtSpace(ts); |
110 | } |
111 | |
112 | public void ai_markMemoryDirty() { |
113 | main.ai_markMemoryDirty(); |
114 | } |
115 | |
116 | public bool ai_isMemoryDirty() { |
117 | ret main.ai_isMemoryDirty(); |
118 | } |
119 | } |
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: | #1012044 |
Snippet name: | ai_defaultISpec |
Eternal ID of this version: | #1012044/22 |
Text MD5: | c4e762be4d69b9a1e570c6d90c4e1774 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-15 14:21:42 |
Source code size: | 2706 bytes / 119 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 422 / 469 |
Version history: | 21 change(s) |
Referenced in: | [show references] |