1 | abstract sclass VirtualNodeIndex {
|
2 | // concepts that are used in the generated webs, |
3 | // but can't be queried |
4 | new TreeSet<S> implicitConcepts; |
5 | |
6 | abstract int numWebs(); |
7 | abstract int numTerms(); |
8 | abstract L<WebNode> get(CharSequence query); |
9 | bool hasShortTerm(S s) { false; }
|
10 | Web getWeb(GlobalID id) { ret null; }
|
11 | Collection<Symbol> indexedTerms() { null; }
|
12 | |
13 | Collection<TripleWeb> allTriples() { null; }
|
14 | |
15 | Set<S> implicitConcepts() { ret implicitConcepts; }
|
16 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011465 |
| Snippet name: | VirtualNodeIndex |
| Eternal ID of this version: | #1011465/15 |
| Text MD5: | d8f973898c6792bb141f5e17458e6fe0 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-10 07:18:53 |
| Source code size: | 495 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 881 / 2148 |
| Version history: | 14 change(s) |
| Referenced in: | [show references] |